NlpSciencelitReferencedBlock

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):

View Attributes

Attributes

  1. caption (type: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText, default: nil)
    - Caption tokens - all text in the caption other than the block.
  2. reference (type: String.t, default: nil)
    - Reference used from the text to point to this figure.
  3. title (type: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText, default: nil)
    - Title tokens - these come from a block within a caption.
  4. 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
}

Function

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

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