documentProcessingMode property

String? documentProcessingMode
getter/setter pair

The document processing mode for the data store connection.

Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode. Possible string values are:

  • "DOCUMENT_PROCESSING_MODE_UNSPECIFIED" : Not specified. This should be set for STRUCTURED type data stores. Due to legacy reasons this is considered as DOCUMENTS for STRUCTURED and PUBLIC_WEB data stores.
  • "DOCUMENTS" : Documents are processed as documents.
  • "CHUNKS" : Documents are converted to chunks.

Implementation

core.String? documentProcessingMode;