ScienceCitationTranslatedAuthor

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationTranslatedAuthor


Table of Contents ▼

Jump to a specific part of the page:

Description

translated author names. we usually get these for non-english papers which provide english title/author/abstract info

Attributes List

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

View Attributes

Attributes

  1. Department (type: String.t, default: nil)
    -
  2. Email (type: String.t, default: nil)
    -
  3. GuessOrderType (type: integer(), default: nil)
    -
  4. Institution (type: String.t, default: nil)
    -
  5. Language (type: String.t, default: nil)
    -
  6. LastName (type: String.t, default: nil)
    -
  7. OtherNames (type: String.t, default: nil)
    -
  8. SourceText (type: String.t, default: nil)
    -
  9. Type (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationTranslatedAuthor{
Department: String.t() | nil,
Email: String.t() | nil,
GuessOrderType: integer() | nil,
Institution: String.t() | nil,
Language: String.t() | nil,
LastName: String.t() | nil,
OtherNames: String.t() | nil,
SourceText: String.t() | nil,
Type: integer() | nil
}

Function

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

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