Result
struct Result
Results are mapped to IdentifyDocumentTextResult when .form, .table or .all is passed for .detectText in the type: field in identify() API
-
Declaration
Swift
public let fullText: String -
Declaration
Swift
public let words: [Predictions.IdentifiedWord] -
Declaration
Swift
public let rawLineText: [String] -
Declaration
Swift
public let identifiedLines: [Predictions.IdentifiedLine] -
Declaration
Swift
public let selections: [Predictions.Selection] -
Declaration
Swift
public let tables: [Predictions.Table] -
Declaration
Swift
public let keyValues: [Predictions.BoundedKeyValue] -
Declaration
Swift
public init( fullText: String, words: [Predictions.IdentifiedWord], rawLineText: [String], identifiedLines: [Predictions.IdentifiedLine], selections: [Predictions.Selection], tables: [Predictions.Table], keyValues: [Predictions.BoundedKeyValue] )
View on GitHub