Result
public struct Result
Results are mapped to IdentifyTextResult when .plain 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 init( fullText: String?, words: [Predictions.IdentifiedWord]?, rawLineText: [String]?, identifiedLines: [Predictions.IdentifiedLine]? )