AWSTextractGetAdapterResponse

Objective-C

@interface AWSTextractGetAdapterResponse

Swift

class AWSTextractGetAdapterResponse
  • A string identifying the adapter that information has been retrieved for.

    Declaration

    Objective-C

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

    Swift

    var adapterId: String? { get set }
  • The name of the requested adapter.

    Declaration

    Objective-C

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

    Swift

    var adapterName: String? { get set }
  • Binary value indicating if the adapter is being automatically updated or not.

    Declaration

    Objective-C

    @property (nonatomic) AWSTextractAutoUpdate autoUpdate;

    Swift

    var autoUpdate: AWSTextractAutoUpdate { get set }
  • The date and time the requested adapter was created at.

    Declaration

    Objective-C

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

    Swift

    var creationTime: Date? { get set }
  • The description for the requested adapter.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var featureTypes: [String]? { get set }
  • A set of tags (key-value pairs) associated with the adapter that has been retrieved.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }