Interface CfnFlywheel.IEntityRecognitionConfigProperty
Configuration required for an entity recognition model.
Namespace: Amazon.CDK.AWS.Comprehend
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEntityRecognitionConfigProperty
Syntax (vb)
Public Interface IEntityRecognitionConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Comprehend;
var entityRecognitionConfigProperty = new EntityRecognitionConfigProperty {
EntityTypes = new [] { new EntityTypesListItemProperty {
Type = "type"
} }
};
Synopsis
Properties
Entity |
Up to 25 entity types that the model is trained to recognize. |
Properties
EntityTypes
Up to 25 entity types that the model is trained to recognize.
virtual object EntityTypes { get; }
Property Value
System.