AWSTextractExpenseGroupProperty

Objective-C

@interface AWSTextractExpenseGroupProperty

Swift

class AWSTextractExpenseGroupProperty

Shows the group that a certain key belongs to. This helps differentiate between names and addresses for different organizations, that can be hard to determine via JSON response.

  • Provides a group Id number, which will be the same for each in the group.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • Informs you on whether the expense group is a name or an address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable types;

    Swift

    var types: [String]? { get set }