DocInfo

public struct DocInfo : Codable, Equatable

Information about the parsed input document.

  • The full text of the parsed document in HTML format.

    Declaration

    Swift

    public var html: String?
  • The title of the parsed document. If the service did not detect a title, the value of this element is null.

    Declaration

    Swift

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

    Declaration

    Swift

    public var hash: String?