NlxDataSchemaDocument

GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaDocument


Table of Contents ▼

Jump to a specific part of the page:

Description

A single document.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. author (type: list(GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex), default: nil)
    - The author(s) of this document.
  2. bytes (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan, default: nil)
    - The bytes in this document.
  3. characters (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan, default: nil)
    - The characters in this document.
  4. id (type: String.t, default: nil)
    - The identifier of this document.
  5. languageCode (type: list(String.t), default: nil)
    - A set of BCP-47 codes indicating the language(s) of this document.
  6. languageSpans (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan, default: nil)
    - The language spans in this document.
  7. mentions (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan, default: nil)
    - The mentions in this document.
  8. paragraphs (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan, default: nil)
    - The paragraphs in this document.
  9. sentences (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan, default: nil)
    - The sentences in this document.
  10. text (type: String.t, default: nil)
    - The text of this document. Must contain valid UTF-8.
  11. tokens (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan, default: nil)
    - The tokens in this document.
  12. url (type: String.t, default: nil)
    - The url of this document.

Type

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaDocument