AWSTextractNormalizedValue

Objective-C

@interface AWSTextractNormalizedValue

Swift

class AWSTextractNormalizedValue

Contains information relating to dates in a document, including the type of value, and the value.

  • The value of the date, written as Year-Month-DayTHour:Minute:Second.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }
  • The normalized type of the value detected. In this case, DATE.

    Declaration

    Objective-C

    @property (nonatomic) AWSTextractValueType valueType;

    Swift

    var valueType: AWSTextractValueType { get set }