ResearchScienceSearchScholarlyArticle

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchScholarlyArticle


Table of Contents ▼

Jump to a specific part of the page:

Description

Data and associated metadata for a scholarly pdf article.

Attributes List

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

View Attributes

Attributes

  1. citation (type: GoogleApi.ContentWarehouse.V1.Model.ScienceCitation, default: nil)
    - Proto containing all of the Scholar Metadata for this article.
  2. figureOrTableImage (type: String.t, default: nil)
    - contains the image of the figure or table cropped out of the pdf page encoded as a PNG.
  3. figureOrTableOcrText (type: String.t, default: nil)
    - Contains the text (as detected by OCR) contained inside the image of the figure or table.
  4. landingPageUrl (type: String.t, default: nil)
    - The url of the landing page for the scholarly article.
  5. pageNumber (type: integer(), default: nil)
    - The page number where the table and figure is located in the original pdf document.
  6. pdfDownloadUrl (type: String.t, default: nil)
    - The url where the pdf file is located for the scholarly article.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchScholarlyArticle{
citation: GoogleApi.ContentWarehouse.V1.Model.ScienceCitation.t() | nil,
figureOrTableImage: String.t() | nil,
figureOrTableOcrText: String.t() | nil,
landingPageUrl: String.t() | nil,
pageNumber: integer() | nil,
pdfDownloadUrl: String.t() | nil
}

Function

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

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