View Source GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaSentence (google_api_content_warehouse v0.4.0)
A single sentence or utterance.
Attributes
-
bytes
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t
, default:nil
) - The bytes in this sentence. -
characters
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerSpan.t
, default:nil
) - The characters in this sentence. -
document
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
, default:nil
) - The document that contains this sentence. -
paragraph
(type:GoogleApi.ContentWarehouse.V1.Model.MultiscalePointerIndex.t
, 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.t
, default:nil
) - The tokens in this sentence.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.