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):
Attributes
-
document
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex
, default:nil
)
- The document that contains this character. -
paragraph
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex
, default:nil
)
- The paragraph that contains this character. -
sentence
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex
, default:nil
)
- The sentence that contains this character. -
text
(type:String.t
, default:nil
)
- The character itself. Must contain valid UTF-8. Must be exactly one Unicode character. -
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
}
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