NlpSemanticParsingLocalJoiner

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner