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

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

Attributes

  • Department (type: String.t, default: nil) -
  • Email (type: String.t, default: nil) -
  • GuessOrderType (type: integer(), default: nil) -
  • Institution (type: String.t, default: nil) -
  • Language (type: String.t, default: nil) -
  • LastName (type: String.t, default: nil) -
  • OtherNames (type: String.t, default: nil) -
  • SourceText (type: String.t, default: nil) -
  • Type (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.