TableReturn

public struct TableReturn : Codable, Equatable

The analysis of the document’s tables.

  • Information about the parsed input document.

    Declaration

    Swift

    public var document: DocInfo?
  • The ID of the model used to extract the table contents. The value for table extraction is tables.

    Declaration

    Swift

    public var modelID: String?
  • The version of the tables model ID.

    Declaration

    Swift

    public var modelVersion: String?
  • Definitions of the tables identified in the input document.

    Declaration

    Swift

    public var tables: [Tables]?