Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::DataType.
All supported data types.
Constants
DATA_TYPE_UNSPECIFIED
value: 0
The default value of DataType.
VIDEO
value: 1
Video data type like H264.
IMAGE
value: 3
Image data type.
PROTO
value: 2
Protobuf data type, usually used for general data blob.
PLACEHOLDER
value: 4
A 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.