AWSTextractCreateAdapterResponse

Objective-C

@interface AWSTextractCreateAdapterResponse

Swift

class AWSTextractCreateAdapterResponse
  • A string containing the unique ID for the adapter that has been created.

    Declaration

    Objective-C

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

    Swift

    var adapterId: String? { get set }