documentProcessingMode property
The document processing mode for the data store connection.
Only set for PUBLIC_WEB and UNSTRUCTURED data stores.
Output only. Possible string values are:
- "DOCUMENT_PROCESSING_MODE_UNSPECIFIED" : Not specified.
- "DOCUMENTS" : Documents are processed as documents.
- "CHUNKS" : Documents are converted to chunks.
Implementation
core.String? documentProcessingMode;