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):
Attributes
-
piece
(type:list(GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotationPiece)
, default:nil
)
- -
pieceType
(type:String.t
, default:nil
)
- -
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
}
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