AWSTextractUpdateAdapterResponse

Objective-C

@interface AWSTextractUpdateAdapterResponse

Swift

class AWSTextractUpdateAdapterResponse
  • A string containing a unique ID for the adapter that has been updated.

    Declaration

    Objective-C

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

    Swift

    var adapterId: String? { get set }
  • A string containing the name of the adapter that has been updated.

    Declaration

    Objective-C

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

    Swift

    var adapterName: String? { get set }
  • The auto-update status of the adapter that has been updated.

    Declaration

    Objective-C

    @property (nonatomic) AWSTextractAutoUpdate autoUpdate;

    Swift

    var autoUpdate: AWSTextractAutoUpdate { get set }
  • An object specifying the creation time of the the adapter that has been updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationTime;

    Swift

    var creationTime: Date? { get set }
  • A string containing the description of the adapter that has been updated.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • List of the targeted feature types for the updated adapter.

    Declaration

    Objective-C

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

    Swift

    var featureTypes: [String]? { get set }