SnippetsLeadingtextLeadingTextAnnotation

GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotation


Table of Contents ▼

Jump to a specific part of the page:

Description

Leading text which may consist of multiple pieces.

Attributes List

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

View Attributes

Attributes

  1. piece (type: list(GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotationPiece), default: nil)
    -
  2. pieceType (type: String.t, default: nil)
    -
  3. type (type: integer(), default: nil)
    - Type of this leading text. Should be an enum of LeadingTextInfo.LeadingTextType

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotation{
piece: [ GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotationPiece.t() ] | nil,
pieceType: String.t() | nil,
type: integer() | nil
}

Function

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

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