View Source GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget (google_api_content_warehouse v0.4.0)

For SCHOLARLY_CITATION labels:

Attributes

  • Authors (type: String.t, default: nil) - separated by semicolons
  • BibKey (type: String.t, default: nil) -
  • Confidence (type: float(), default: nil) -
  • Title (type: String.t, default: nil) -
  • Year (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget{
    Authors: String.t() | nil,
    BibKey: String.t() | nil,
    Confidence: float() | nil,
    Title: String.t() | nil,
    Year: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.