GoodocSemanticLabelContentLinkCitationTarget

GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget


Table of Contents ▼

Jump to a specific part of the page:

Description

For SCHOLARLY_CITATION labels:

Attributes List

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

View Attributes

Attributes

  1. Authors (type: String.t, default: nil)
    - separated by semicolons
  2. BibKey (type: String.t, default: nil)
    -
  3. Confidence (type: float(), default: nil)
    -
  4. Title (type: String.t, default: nil)
    -
  5. Year (type: integer(), default: nil)
    -

Type

@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
}

Function

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

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