AWSTextractSignatureDetection

Objective-C

@interface AWSTextractSignatureDetection

Swift

class AWSTextractSignatureDetection

Information regarding a detected signature on a page.

  • The confidence, from 0 to 100, in the predicted values for a detected signature.

    Declaration

    Objective-C

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

    Swift

    var confidence: NSNumber? { get set }
  • Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTextractGeometry *_Nullable geometry;

    Swift

    var geometry: AWSTextractGeometry? { get set }