ScienceCitationAlternateAbstract

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAlternateAbstract


Table of Contents ▼

Jump to a specific part of the page:

Description

There are templated functions that fill the abstract fields designed to take either ScienceCitation or ScienceCitation::AlternateAbstract, so these field names must match those used for the primary abstract.

Attributes List

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

View Attributes

Attributes

  1. AbstractDisplay (type: String.t, default: nil)
    -
  2. AbstractHtml (type: String.t, default: nil)
    - Version of abstract field for display. This may contain XML/HTML tags.
  3. AbstractHtmlLeftOver (type: String.t, default: nil)
    - Leftovers from AbstractHtml. These are usually unrecognized xml/html entities or xml/html tags
  4. AbstractLanguage (type: String.t, default: nil)
    -
  5. AbstractText (type: String.t, default: nil)
    -
  6. AbstractTypeFromSource (type: String.t, default: nil)
    - The original (unnormalized) type of an abstract. AbstractDisplay holds a normalized type deduced from things like tagnames, tag-attributes, keywords in documents or the placement of the abstract in the document. This field is meant for the type of the abstract identified explicitly by the source document. E.g., the value of the 'abstract-type' attribute from a tag in XML ('primary abstract', 'summary', 'highlights' etc.).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAlternateAbstract{
AbstractDisplay: String.t() | nil,
AbstractHtml: String.t() | nil,
AbstractHtmlLeftOver: String.t() | nil,
AbstractLanguage: String.t() | nil,
AbstractText: String.t() | nil,
AbstractTypeFromSource: String.t() | nil
}

Function

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

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