Structures
The following structures are available globally.
-
FormXAPIExtractResponse is the response type for FormXAPIClient.extract
See moreDeclaration
Swift
public struct FormXAPIExtractResult
-
FormXAPIDetectDocumentsResult is the response type for FormXAPIClient.findDocuments
See moreDeclaration
Swift
public struct FormXAPIDetectDocumentsResult
-
FormXDetectedDocumentRegion is the region information of the detected document
See moreDeclaration
Swift
public struct FormXDetectedDocumentRegion : Decodable
-
FormXAPIDetectDocumentsResponse is the response returned by the
See moreFormXAPIClient.detectDocuments(data:completion:)
.Declaration
Swift
public struct FormXAPIDetectDocumentsResponse : Decodable
-
FormXAPIDetectDocumentsErrorResponse is the error response returned by the
See moreFormXAPIClient.detectDocuments(data:completion:)
.Declaration
Swift
public struct FormXAPIDetectDocumentsErrorResponse : Decodable
-
FormXProductValue is purchase info value returned by the
See moreFormXAPIClient.extract(data:completion:)
.Declaration
Swift
public struct FormXProductValue : Decodable
-
DecodingValue is a
See moreSingleValueDecodingContainer
value holderDeclaration
Swift
public struct DecodingValue : Decodable
-
ExtractMetaData contains api meta data returned by the returned by the
See moreFormXAPIClient.extract(data:completion:)
.Declaration
Swift
public struct ExtractMetaData : Decodable
-
ExtractMetaData contains document meta data returned by the the returned by the
See moreFormXAPIClient.extract(data:completion:)
.Declaration
Swift
public struct ExtractDocumentMetaData : Decodable
-
FormXData represent a extraction field returned by the `FormXAPIClient.extract(data:completion:)
See moreDeclaration
Swift
public struct FormXData : Decodable
-
ExtractDocument contains single document result returned by the returned by the `FormXAPIClient.extract(data:completion:)
See moreDeclaration
Swift
public struct ExtractDocument : Decodable
-
Undocumented
See moreDeclaration
Swift
public struct ExtractDocumentError : Decodable
-
FormXAPIExtractResponse is the response returned by the
See moreFormXAPIClient.extract(data:completion:)
.Declaration
Swift
public struct FormXAPIExtractResponse : Decodable
-
FormXAPIExtractErrorResponse is the error response returned by the
See moreFormXAPIClient.extract(data:completion:)
.Declaration
Swift
public struct FormXAPIExtractErrorResponse : Decodable
-
A region containing barcode in a image. Coordinates are normalized within [0, 1) range, with the origin at the bottom-left corner of the image.
See moreDeclaration
Swift
public struct FormXBarcodeRegion
-
Undocumented
See moreDeclaration
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 moreDeclaration
Swift
public struct FormXDocumentRegion
-
Undocumented
See moreDeclaration
Swift
public struct FormXLongReceiptCameraViewConfiguration
-
Undocumented
See moreDeclaration
Swift
public struct FormXRegion