AnalyzedResult
public struct AnalyzedResult : Codable, Equatable
Result of the document analysis.
-
Metadata of the document.
Declaration
Swift
public var metadata: [String : JSON]? -
Additional properties associated with this model.
Declaration
Swift
public var additionalProperties: [String : JSON] -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
AnalyzedResult Structure Reference