public enum DataTypeReference documentation and code samples for the Vision AI v1 API enum DataType.
All supported data types.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Fields |
|
|---|---|
| Name | Description |
Image |
Image data type. |
Placeholder |
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 |
Proto |
Protobuf data type, usually used for general data blob. |
Unspecified |
The default value of DataType. |
Video |
Video data type like H264. |