Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class DataType.
All supported data types.
Protobuf type google.cloud.visionai.v1.DataType
Namespace
Google \ Cloud \ VisionAI \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_TYPE_UNSPECIFIED
Value: 0The default value of DataType.
Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
VIDEO
Value: 1Video data type like H264.
Generated from protobuf enum VIDEO = 1;
IMAGE
Value: 3Image data type.
Generated from protobuf enum IMAGE = 3;
PROTO
Value: 2Protobuf data type, usually used for general data blob.
Generated from protobuf enum PROTO = 2;
PLACEHOLDER
Value: 4A placeholder data type, applicable for the universal input processor which
supports any data type. This will be instantiated and replaced by a
concrete underlying DataType during instance deployment.
Generated from protobuf enum PLACEHOLDER = 4;