AWSComprehendDocumentLabel

Objective-C

@interface AWSComprehendDocumentLabel

Swift

class AWSComprehendDocumentLabel

Specifies one of the label or labels that categorize the document being analyzed.

  • The name of the label.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • Page number where the label occurs. This field is present in the response only if your request includes the Byte parameter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable page;

    Swift

    var page: NSNumber? { get set }
  • The confidence score that Amazon Comprehend has this label correctly attributed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable score;

    Swift

    var score: NSNumber? { get set }