AnalyzedDocument

public struct AnalyzedDocument : Codable, Equatable

An object that contains the converted document and any identified enrichments.

  • Array of document results that match the query.

    Declaration

    Swift

    public var notices: [Notice]?
  • Result of the document analysis.

    Declaration

    Swift

    public var result: AnalyzedResult?