View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner (google_api_content_warehouse v0.4.0)

Attributes

  • numBytes (type: integer(), default: nil) -
  • numBytesForConversion (type: integer(), default: nil) -
  • startByte (type: integer(), default: nil) - The raw input span corresponding to this joiner.
  • startByteForConversion (type: integer(), default: nil) - Byte data added for conversion between this proto and IntentQuery in LooseParser. Must not be used for downstream triggering.
  • text (type: String.t, default: nil) - The original joiner string from the tokenized query. Particularly important if the type is OTHER.
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner{
  numBytes: integer() | nil,
  numBytesForConversion: integer() | nil,
  startByte: integer() | nil,
  startByteForConversion: integer() | nil,
  text: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.