Package org.mozilla.geckoview
Class PageExtractionController.PageMetadata
Object
org.mozilla.geckoview.PageExtractionController.PageMetadata
- Enclosing class:
- PageExtractionController
Metadata about a page extracted by
PageExtractionController.SessionPageExtractor.getPageMetadata()-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPageMetadata(String[] structuredDataTypes, int wordCount, String language) Construct a new page metadata object. -
Method Summary
-
Field Details
-
structuredDataTypes
JSON-LD types as defined by Schema.org -
wordCount
public final int wordCountWord count of all the content on the page -
language
BCP 47 language tag of the page
-
-
Constructor Details
-
PageMetadata
Construct a new page metadata object.- Parameters:
structuredDataTypes- JSON-LD types as defined by Schema.orgwordCount- word count of all the content on the pagelanguage- BCP 47 language tag of the page
-