Vision AI v1 API - Enum DataType (1.0.0-beta01)

public enum DataType

Reference documentation and code samples for the Vision AI v1 API enum DataType.

All supported data types.

Namespace

Google.Cloud.VisionAI.V1

Assembly

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 DataType during instance deployment.

Proto

Protobuf data type, usually used for general data blob.

Unspecified

The default value of DataType.

Video

Video data type like H264.