View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchScholarlyArticle (google_api_content_warehouse v0.3.0)
Data and associated metadata for a scholarly pdf article.
Attributes
-
citation(type:GoogleApi.ContentWarehouse.V1.Model.ScienceCitation.t, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.