AWSComprehendEntityRecognizerAnnotations

Objective-C

@interface AWSComprehendEntityRecognizerAnnotations

Swift

class AWSComprehendEntityRecognizerAnnotations

Describes the annotations associated with a entity recognizer.

Required parameters: [S3Uri]

  • Specifies the Amazon S3 location where the annotations 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 }
  • Specifies the Amazon S3 location where the test annotations 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 testS3Uri;

    Swift

    var testS3Uri: String? { get set }