NlpSciencelitArticleMetadata

GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Next available ID: 20.

Attributes List

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

View Attributes

Attributes

  1. abstract (type: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText, default: nil)
    - Abstract of article from metadata.
  2. articleId (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleId), default: nil)
    -
  3. author (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitAuthor), default: nil)
    - Author of article.
  4. dataset (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitDataset), default: nil)
    - Datasets referenced from this article.
  5. dateStr (type: String.t, default: nil)
    - Most recent date YYYY-MM-DD.
  6. deleted (type: boolean(), default: nil)
    - Citation for flagged for deletion by source.
  7. heading (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitMeshHeading), default: nil)
    - Mesh Terms.
  8. issue (type: String.t, default: nil)
    -
  9. journal (type: String.t, default: nil)
    - Title of journal. For books: Journal = Publisher Volume = Collection
  10. language (type: String.t, default: nil)
    -
  11. lastRevisedDateStr (type: String.t, default: nil)
    - Last entry revision date YYYY-MM-DD.
  12. metadataSource (type: list(String.t), default: nil)
    -
  13. parsedFrom (type: String.t, default: nil)
    - Source Pubmed/Medline XML file.
  14. pmid (type: String.t, default: nil)
    - PMID of article (for non-pubmed data, this is the docid).
  15. publicationType (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitPublicationType), default: nil)
    -
  16. scamRestrictTokens (type: GoogleApi.ContentWarehouse.V1.Model.ResearchScamV3Restrict, default: nil)
    - Optional ScaM restrict tokens to be added to all GFVs generated from this article's data.
  17. title (type: String.t, default: nil)
    - Title of article.
  18. url (type: list(String.t), default: nil)
    - URL(s) for the document. If possible, order by decreasing desirability.
  19. volume (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleMetadata{
abstract: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText.t() | nil,
articleId: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleId.t()] | nil,
author: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitAuthor.t()] | nil,
dataset: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitDataset.t()] | nil,
dateStr: String.t() | nil,
deleted: boolean() | nil,
heading: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitMeshHeading.t()] | nil,
issue: String.t() | nil,
journal: String.t() | nil,
language: String.t() | nil,
lastRevisedDateStr: String.t() | nil,
metadataSource: [String.t()] | nil,
parsedFrom: String.t() | nil,
pmid: String.t() | nil,
publicationType: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitPublicationType.t()] | nil,
scamRestrictTokens: GoogleApi.ContentWarehouse.V1.Model.ResearchScamV3Restrict.t() | nil,
title: String.t() | nil,
url: [String.t()] | nil,
volume: String.t() | nil
}

Function

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

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