FormXAPIExtractResponse
public struct FormXAPIExtractResponse : Decodable
FormXAPIExtractResponse is the response returned by the FormXAPIClient.extract(data:completion:) .
-
The status of the response
Declaration
Swift
public let status: String -
The meta data of the extraction.
Declaration
Swift
public let metadata: ExtractMetaData -
The extract documents
Declaration
Swift
public let documents: [ExtractDocumentResult]
FormXAPIExtractResponse Structure Reference