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-06-27 UTC."],[[["\u003cp\u003e\u003ccode\u003ePROCESSED_DOCUMENT_TYPE_UNSPECIFIED\u003c/code\u003e is the default processing type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePARSED_DOCUMENT\u003c/code\u003e is available for all data store parsing configurations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCHUNKED_DOCUMENT\u003c/code\u003e is only an option when ChunkingConfig is enabled on the data store.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIMAGE_CONVERTED_DOCUMENT\u003c/code\u003e returns converted image bytes in JPEG or PNG format, if available.\u003c/p\u003e\n"]]],[],null,["# ProcessedDocumentType\n\nThe type of processing to return in the response."]]