NlxDataSchemaCharacter

GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaCharacter


Table of Contents ▼

Jump to a specific part of the page:

Description

A single Unicode character.

Attributes List

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

View Attributes

Attributes

  1. document (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex, default: nil)
    - The document that contains this character.
  2. paragraph (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex, default: nil)
    - The paragraph that contains this character.
  3. sentence (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex, default: nil)
    - The sentence that contains this character.
  4. text (type: String.t, default: nil)
    - The character itself. Must contain valid UTF-8. Must be exactly one Unicode character.
  5. token (type: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex, default: nil)
    - The token that contains this character.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaCharacter{
document: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil,
paragraph: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil,
sentence: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil,
text: String.t() | nil,
token: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil
}

Function

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

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