Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

/wiki/spaces/VDOC/pages/955777268


Verity's current processing status for the requested URL.

ValueDescription
INITIATEDOnce Verity has checked that the URL is properly formed and does not already exist in the cache, the request is passed to the Verity classification systems and the status switches to INITIATED.
PROCESSINGThe Verity classification systems are processing the metadata, text, and images on the page.
PROCESSEDThe URL has been processed and the Verity report JSON is available. The results have been cached.
ERROR

Page processing has been attempted and failed. The page URL is recorded in the Error Cache for 24 hours.

If another request to process the same URL is received within 24 hours, Verity will return an Error status.

After 24 hours, the ERROR status is cleared and Verity will process a new request for the URL.

Several different conditions may result in an ERROR status message:

  • Unreachable page.
  • Invalid page.
  • Domain name change upon rendering (causes the page to be considered invalid).
  • One of the following text processing modules has returned a value other than a success status code:
    • Text Extraction
    • IAB
    • Threat
    • Keywords
    • Named Entity Recognition (NER)
    • Events
    • Automobile detector
INVALID

The HTTP URL request may be malformed, for example:

  • Incomplete URL.
  • Missing HTTP header.
  • Invalid domain-specific information.

Invalid requests are not cached, however Verity maintains a count of invalid page requests.

UNKNOWN

GumGum Internal use only.


Syntax

An enumeration of:

INITIATED
PROCESSING
PROCESSED
ERROR
INVALID

Example
{
  "dataAvailable" : true,
  "status" : "PROCESSING",
  "pageUrl" : "https://www.foodsafetynews.com/2017/01/mother-son-sue-eatery-for-thanksgiving-dinner-food-poisoning/"
}
Data TypeString
RequiredYes
Used ForRequest metadata
More InformationVerity High-Level Process
  • No labels