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):
Attributes
-
citation
(type:GoogleApi.ContentWarehouse.V1.Model.ScienceCitation
, default:nil
)
- Proto containing all of the Scholar Metadata for this article. -
figureOrTableImage
(type:String.t
, default:nil
)
- contains the image of the figure or table cropped out of the pdf page encoded as a PNG. -
figureOrTableOcrText
(type:String.t
, default:nil
)
- Contains the text (as detected by OCR) contained inside the image of the figure or table. -
landingPageUrl
(type:String.t
, default:nil
)
- The url of the landing page for the scholarly article. -
pageNumber
(type:integer()
, default:nil
)
- The page number where the table and figure is located in the original pdf document. -
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
}
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