GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitReferencedBlock
Table of Contents ▼
Jump to a specific part of the page:
Description
Data associate with the ReferencesBlock. Next available ID: 5
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
reference
(type:String.t
, default:nil
)
- Reference used from the text to point to this figure. -
title
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText
, default:nil
)
- Title tokens - these come from a block within a caption. -
type
(type:String.t
, default:nil
)
- Type of figure (table, figure, etc.).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitReferencedBlock{
caption: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText.t() | nil,
reference: String.t() | nil,
title: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText.t() | nil,
type: String.t() | nil
}
caption: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText.t() | nil,
reference: String.t() | nil,
title: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText.t() | nil,
type: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitReferencedBlock