View Source GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitReferencedBlock (google_api_content_warehouse v0.4.0)
Data associate with the ReferencesBlock. Next available ID: 5
Attributes
-
caption
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText.t
, default:nil
) - Caption tokens - all text in the caption other than the block. -
reference
(type:String.t
, default:nil
) - Reference used from the text to point to this figure. -
title
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText.t
, default:nil
) - Title tokens - these come from a block within a caption. -
type
(type:String.t
, default:nil
) - Type of figure (table, figure, etc.).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.