AWSComprehendDatasetEntityRecognizerAnnotations
Objective-C
@interface AWSComprehendDatasetEntityRecognizerAnnotations
Swift
class AWSComprehendDatasetEntityRecognizerAnnotations
Describes the annotations associated with a entity recognizer.
Required parameters: [S3Uri]
-
Specifies the Amazon S3 location where the training documents for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Uri;
Swift
var s3Uri: String? { get set }