AWSComprehendEntityRecognizerEntityList
Objective-C
@interface AWSComprehendEntityRecognizerEntityList
Swift
class AWSComprehendEntityRecognizerEntityList
Describes the entity list submitted with an entity recognizer.
Required parameters: [S3Uri]
-
Specifies the Amazon S3 location where the entity list is 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 }