AWSComprehendEntityTypesListItem
Objective-C
@interface AWSComprehendEntityTypesListItem
Swift
class AWSComprehendEntityTypesListItem
An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.
Required parameters: [Type]
-
An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.
Entity types must not contain the following invalid characters: \n (line break), \n (escaped line break, \r (carriage return), \r (escaped carriage return), \t (tab), \t (escaped tab), and , (comma).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable types;
Swift
var types: String? { get set }