AWSComprehendEntityRecognizerMetadataEntityTypesListItem
Objective-C
@interface AWSComprehendEntityRecognizerMetadataEntityTypesListItem
Swift
class AWSComprehendEntityRecognizerMetadataEntityTypesListItem
Individual item from the list of entity types in the metadata of an entity recognizer.
-
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendEntityTypesEvaluationMetrics *_Nullable evaluationMetrics;
Swift
var evaluationMetrics: AWSComprehendEntityTypesEvaluationMetrics? { get set }
-
Indicates the number of times the given entity type was seen in the training data.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfTrainMentions;
Swift
var numberOfTrainMentions: NSNumber? { get set }
-
Type of entity from the list of entity types in the metadata of an entity recognizer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable types;
Swift
var types: String? { get set }