AWSComprehendEntityRecognizerDocuments
Objective-C
@interface AWSComprehendEntityRecognizerDocuments
Swift
class AWSComprehendEntityRecognizerDocuments
Describes the training documents submitted with an 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 }