NlpSciencelitArticleData

GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleData


Table of Contents ▼

Jump to a specific part of the page:

Description

A copy of the text of an article along with references to internal figures and external citations, datasets, etc. Next available ID: 19

Attributes List

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

View Attributes

Attributes

  1. analyzedText (type: GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaScaleSet, default: nil)
    - All the text in this article, separated into Sections and Paragraphs. See nlp_sciencelit.ScaleSetExtensions for the extensions to ScaleSet used.
  2. articleId (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleId), default: nil)
    -
  3. citation (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitCitationData), default: nil)
    - All references from this article (Bibliography).
  4. earliestPubDate (type: String.t, default: nil)
    - The result of selecting the earliest date from various metadata (PMC, PubMed Metadata, scholar citations).
  5. metadata (type: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleMetadata, default: nil)
    -
  6. nonAbstractWordCount (type: String.t, default: nil)
    -
  7. parsedFrom (type: String.t, default: nil)
    - Path of the source document from which this was parsed.
  8. pubDate (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitPubDate), default: nil)
    - All dates from the PMC article metadata Year/Mon/Day.
  9. referencedBlock (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitReferencedBlock), default: nil)
    - All figure captions within this article.
  10. scholarCitation (type: GoogleApi.ContentWarehouse.V1.Model.ScienceCitation, default: nil)
    - Citation for this article.
  11. scholarDocument (type: list(GoogleApi.ContentWarehouse.V1.Model.CompositeDoc), default: nil)
    - DocJoins with full text article.
  12. scholarSignal (type: GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignal, default: nil)
    - May also add the Scholar index signal information:
  13. source (type: String.t, default: nil)
    - Source of this article data (e.g., PubMed, scholar index, other source.).
  14. title (type: String.t, default: nil)
    -
  15. wordCount (type: String.t, default: nil)
    - Number of words in the entire article and everywhere outside of abstract sections.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleData{
analyzedText: GoogleApi.ContentWarehouse.V1.Model.NlxDataSchemaScaleSet.t() | nil,
articleId: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleId.t()] | nil,
citation: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitCitationData.t()] | nil,
earliestPubDate: String.t() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitArticleMetadata.t() | nil,
nonAbstractWordCount: String.t() | nil,
parsedFrom: String.t() | nil,
pubDate: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitPubDate.t()] | nil,
referencedBlock: [GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitReferencedBlock.t()] | nil,
scholarCitation: GoogleApi.ContentWarehouse.V1.Model.ScienceCitation.t() | nil,
scholarDocument: [GoogleApi.ContentWarehouse.V1.Model.CompositeDoc.t()] | nil,
scholarSignal: GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignal.t() | nil,
source: String.t() | nil,
title: String.t() | nil,
wordCount: String.t() | nil
}

Function

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

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