Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractErrorType) {
        AWSTextractErrorUnknown,
        AWSTextractErrorAccessDenied,
        AWSTextractErrorBadDocument,
        AWSTextractErrorConflict,
        AWSTextractErrorDocumentTooLarge,
        AWSTextractErrorHumanLoopQuotaExceeded,
        AWSTextractErrorIdempotentParameterMismatch,
        AWSTextractErrorInternalServer,
        AWSTextractErrorInvalidJobId,
        AWSTextractErrorInvalidKMSKey,
        AWSTextractErrorInvalidParameter,
        AWSTextractErrorInvalidS3Object,
        AWSTextractErrorLimitExceeded,
        AWSTextractErrorProvisionedThroughputExceeded,
        AWSTextractErrorResourceNotFound,
        AWSTextractErrorServiceQuotaExceeded,
        AWSTextractErrorThrottling,
        AWSTextractErrorUnsupportedDocument,
        AWSTextractErrorValidation,
    }

    Swift

    enum AWSTextractErrorType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractAdapterVersionStatus) {
        AWSTextractAdapterVersionStatusUnknown,
        AWSTextractAdapterVersionStatusActive,
        AWSTextractAdapterVersionStatusAtRisk,
        AWSTextractAdapterVersionStatusDeprecated,
        AWSTextractAdapterVersionStatusCreationError,
        AWSTextractAdapterVersionStatusCreationInProgress,
    }

    Swift

    enum AWSTextractAdapterVersionStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractAutoUpdate) {
        AWSTextractAutoUpdateUnknown,
        AWSTextractAutoUpdateEnabled,
        AWSTextractAutoUpdateDisabled,
    }

    Swift

    enum AWSTextractAutoUpdate : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractBlockType) {
        AWSTextractBlockTypeUnknown,
        AWSTextractBlockTypeKeyValueSet,
        AWSTextractBlockTypePage,
        AWSTextractBlockTypeLine,
        AWSTextractBlockTypeWord,
        AWSTextractBlockTypeTable,
        AWSTextractBlockTypeCell,
        AWSTextractBlockTypeSelectionElement,
        AWSTextractBlockTypeMergedCell,
        AWSTextractBlockTypeTitle,
        AWSTextractBlockTypeQuery,
        AWSTextractBlockTypeQueryResult,
        AWSTextractBlockTypeSignature,
        AWSTextractBlockTypeTableTitle,
        AWSTextractBlockTypeTableFooter,
        AWSTextractBlockTypeLayoutText,
        AWSTextractBlockTypeLayoutTitle,
        AWSTextractBlockTypeLayoutHeader,
        AWSTextractBlockTypeLayoutFooter,
        AWSTextractBlockTypeLayoutSectionHeader,
        AWSTextractBlockTypeLayoutPageNumber,
        AWSTextractBlockTypeLayoutList,
        AWSTextractBlockTypeLayoutFigure,
        AWSTextractBlockTypeLayoutTable,
        AWSTextractBlockTypeLayoutKeyValue,
    }

    Swift

    enum AWSTextractBlockType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractContentClassifier) {
        AWSTextractContentClassifierUnknown,
        AWSTextractContentClassifierFreeOfPersonallyIdentifiableInformation,
        AWSTextractContentClassifierFreeOfAdultContent,
    }

    Swift

    enum AWSTextractContentClassifier : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractEntityType) {
        AWSTextractEntityTypeUnknown,
        AWSTextractEntityTypeKey,
        AWSTextractEntityTypeValue,
        AWSTextractEntityTypeColumnHeader,
        AWSTextractEntityTypeTableTitle,
        AWSTextractEntityTypeTableFooter,
        AWSTextractEntityTypeTableSectionTitle,
        AWSTextractEntityTypeTableSummary,
        AWSTextractEntityTypeStructuredTable,
        AWSTextractEntityTypeSemiStructuredTable,
    }

    Swift

    enum AWSTextractEntityType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractFeatureType) {
        AWSTextractFeatureTypeUnknown,
        AWSTextractFeatureTypeTables,
        AWSTextractFeatureTypeForms,
        AWSTextractFeatureTypeQueries,
        AWSTextractFeatureTypeSignatures,
        AWSTextractFeatureTypeLayout,
    }

    Swift

    enum AWSTextractFeatureType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractJobStatus) {
        AWSTextractJobStatusUnknown,
        AWSTextractJobStatusInProgress,
        AWSTextractJobStatusSucceeded,
        AWSTextractJobStatusFailed,
        AWSTextractJobStatusPartialSuccess,
    }

    Swift

    enum AWSTextractJobStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractRelationshipType) {
        AWSTextractRelationshipTypeUnknown,
        AWSTextractRelationshipTypeValue,
        AWSTextractRelationshipTypeChild,
        AWSTextractRelationshipTypeComplexFeatures,
        AWSTextractRelationshipTypeMergedCell,
        AWSTextractRelationshipTypeTitle,
        AWSTextractRelationshipTypeAnswer,
        AWSTextractRelationshipTypeTable,
        AWSTextractRelationshipTypeTableTitle,
        AWSTextractRelationshipTypeTableFooter,
    }

    Swift

    enum AWSTextractRelationshipType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractSelectionStatus) {
        AWSTextractSelectionStatusUnknown,
        AWSTextractSelectionStatusSelected,
        AWSTextractSelectionStatusNotSelected,
    }

    Swift

    enum AWSTextractSelectionStatus : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractTextType) {
        AWSTextractTextTypeUnknown,
        AWSTextractTextTypeHandwriting,
        AWSTextractTextTypePrinted,
    }

    Swift

    enum AWSTextractTextType : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSTextractValueType) {
        AWSTextractValueTypeUnknown,
        AWSTextractValueTypeDate,
    }

    Swift

    enum AWSTextractValueType : Int, @unchecked Sendable