AWSTextractDetectedSignature

Objective-C

@interface AWSTextractDetectedSignature

Swift

class AWSTextractDetectedSignature

A structure that holds information regarding a detected signature on a page.

  • The page a detected signature was found on.

    Declaration

    Objective-C

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

    Swift

    var page: NSNumber? { get set }