AWSTextractWarning

Objective-C

@interface AWSTextractWarning

Swift

class AWSTextractWarning

A warning about an issue that occurred during asynchronous text analysis (StartDocumentAnalysis) or asynchronous document text detection (StartDocumentTextDetection).

  • The error code for the warning.

    Declaration

    Objective-C

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

    Swift

    var errorCode: String? { get set }
  • A list of the pages that the warning applies to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSNumber *> *_Nullable pages;

    Swift

    var pages: [NSNumber]? { get set }