AWSTextractListAdaptersResponse

Objective-C

@interface AWSTextractListAdaptersResponse

Swift

class AWSTextractListAdaptersResponse
  • A list of adapters that matches the filtering criteria specified when calling ListAdapters.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSTextractAdapterOverview *> *_Nullable adapters;

    Swift

    var adapters: [AWSTextractAdapterOverview]? { get set }
  • Identifies the next page of results to return when listing adapters.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }