MustangSnippetsRenderedToken

GoogleApi.ContentWarehouse.V1.Model.MustangSnippetsRenderedToken


Table of Contents ▼

Jump to a specific part of the page:

Description

Tidbit token rendered in generating snippet/title.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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