Document

public struct Document : Codable, Equatable

Basic information about the input document.

  • Document title, if detected.

    Declaration

    Swift

    public var title: String?
  • The input document converted into HTML format.

    Declaration

    Swift

    public var html: String?
  • The MD5 hash value of the input document.

    Declaration

    Swift

    public var hash: String?
  • The label applied to the input document with the calling method’s file_1_label or file_2_label value. This field is specified only in the output of the Comparing two documents method.

    Declaration

    Swift

    public var label: String?