GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaSentence
Table of Contents ▼
Jump to a specific part of the page:
Description
A single sentence or utterance.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
bytes
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
, default:nil
)
- The bytes in this sentence. -
characters
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
, default:nil
)
- The characters in this sentence. -
document
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex
, default:nil
)
- The document that contains this sentence. -
paragraph
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex
, default:nil
)
- The paragraph that contains this sentence. -
text
(type:String.t
, default:nil
)
- The text of this sentence. Must contain valid UTF-8. -
tokens
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan
, default:nil
)
- The tokens in this sentence.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaSentence{
bytes: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil,
characters: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil,
document: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil,
paragraph: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil,
text: String.t() | nil,
tokens: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil
}
bytes: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil,
characters: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil,
document: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil,
paragraph: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t() | nil,
text: String.t() | nil,
tokens: GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaSentence