Stay organized with collections
Save and categorize content based on your preferences.
The type of processing to return in the response.
Enums
PROCESSED_DOCUMENT_TYPE_UNSPECIFIED
Default value.
PARSED_DOCUMENT
Available for all data store parsing configs.
CHUNKED_DOCUMENT
Only available if ChunkingConfig is enabled on the data store.
IMAGE_CONVERTED_DOCUMENT
Returns the converted Image bytes (as JPEG or PNG) if available.
IMAGE_BYTES
Return image bytes in base64 encoded format if imageId of a document is provided, only supported for enabling shareholder-structure in layout parsing config for now.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["`PROCESSED_DOCUMENT_TYPE_UNSPECIFIED` is the default processing type."],["`PARSED_DOCUMENT` is available for all data store parsing configurations."],["`CHUNKED_DOCUMENT` is only an option when ChunkingConfig is enabled on the data store."],["`IMAGE_CONVERTED_DOCUMENT` returns converted image bytes in JPEG or PNG format, if available."]]],[]]