Google Cloud Ces V1 Client - Class DocumentProcessingMode (0.1.0)

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 \ DataStore

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DOCUMENT_PROCESSING_MODE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum DOCUMENT_PROCESSING_MODE_UNSPECIFIED = 0;

DOCUMENTS

Value: 1

Documents are processed as documents.

Generated from protobuf enum DOCUMENTS = 1;

CHUNKS

Value: 2

Documents are converted to chunks.

Generated from protobuf enum CHUNKS = 2;