Reference documentation and code samples for the Google Cloud Ces V1 Client class DocumentProcessingMode.
The document processing mode of the data store.
Protobuf type google.cloud.ces.v1.DataStore.DocumentProcessingMode
Namespace
Google \ Cloud \ Ces \ V1 \ DataStoreMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DOCUMENT_PROCESSING_MODE_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum DOCUMENT_PROCESSING_MODE_UNSPECIFIED = 0;
DOCUMENTS
Value: 1Documents are processed as documents.
Generated from protobuf enum DOCUMENTS = 1;
CHUNKS
Value: 2Documents are converted to chunks.
Generated from protobuf enum CHUNKS = 2;