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

Tidbit token rendered in generating snippet/title.

Attributes

  • bolded (type: boolean(), default: nil) - Is the rendered token bolded (insided )
  • byteOffsetBegin (type: integer(), default: nil) - Byte offset range in the rendered text that corresponds to this token. [byte_offset_begin, byte_offset_end) inclusive
  • byteOffsetEnd (type: integer(), default: nil) - exclusive
  • section (type: String.t, default: nil) - Section and TokenPos of the token.
  • tokenPos (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MustangSnippetsRenderedToken{
  bolded: boolean() | nil,
  byteOffsetBegin: integer() | nil,
  byteOffsetEnd: integer() | nil,
  section: String.t() | nil,
  tokenPos: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.