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

Functions

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

Unwrap a decoded JSON object into its complex fields.