Structures

The following structures are available globally.

  • FormXAPIExtractResponse is the response type for FormXAPIClient.extract

    See more

    Declaration

    Swift

    public struct FormXAPIExtractResult
  • FormXAPIDetectDocumentsResult is the response type for FormXAPIClient.findDocuments

    See more

    Declaration

    Swift

    public struct FormXAPIDetectDocumentsResult
  • FormXDetectedDocumentRegion is the region information of the detected document

    See more

    Declaration

    Swift

    public struct FormXDetectedDocumentRegion : Decodable
  • FormXAPIDetectDocumentsResponse is the response returned by the FormXAPIClient.detectDocuments(data:completion:) .

    See more

    Declaration

    Swift

    public struct FormXAPIDetectDocumentsResponse : Decodable
  • FormXAPIDetectDocumentsErrorResponse is the error response returned by the FormXAPIClient.detectDocuments(data:completion:) .

    See more

    Declaration

    Swift

    public struct FormXAPIDetectDocumentsErrorResponse : Decodable
  • FormXProductValue is purchase info value returned by the FormXAPIClient.extract(data:completion:) .

    See more

    Declaration

    Swift

    public struct FormXProductValue : Decodable
  • DecodingValue is a SingleValueDecodingContainer value holder

    See more

    Declaration

    Swift

    public struct DecodingValue : Decodable
  • ExtractMetaData contains api meta data returned by the returned by the FormXAPIClient.extract(data:completion:).

    See more

    Declaration

    Swift

    public struct ExtractMetaData : Decodable
  • ExtractMetaData contains document meta data returned by the the returned by the FormXAPIClient.extract(data:completion:).

    See more

    Declaration

    Swift

    public struct ExtractDocumentMetaData : Decodable
  • FormXData represent a extraction field returned by the `FormXAPIClient.extract(data:completion:)

    See more

    Declaration

    Swift

    public struct FormXData : Decodable
  • ExtractDocument contains single document result returned by the returned by the `FormXAPIClient.extract(data:completion:)

    See more

    Declaration

    Swift

    public struct ExtractDocument : Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct ExtractDocumentError : Decodable
  • FormXAPIExtractResponse is the response returned by the FormXAPIClient.extract(data:completion:) .

    See more

    Declaration

    Swift

    public struct FormXAPIExtractResponse : Decodable
  • FormXAPIExtractErrorResponse is the error response returned by the FormXAPIClient.extract(data:completion:) .

    See more

    Declaration

    Swift

    public struct FormXAPIExtractErrorResponse : Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct FormXCameraViewConfiguration
  • A region containing document in a image. Coordinates are normalized within [0, 1) range, with the origin at the bottom-left corner of the image.

    See more

    Declaration

    Swift

    public struct FormXDocumentRegion
  • Undocumented

    See more

    Declaration

    Swift

    public struct FormXLongReceiptCameraViewConfiguration
  • Undocumented

    See more

    Declaration

    Swift

    public struct FormXRegion