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. |