Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class DataType.
Protobuf type google.cloud.datalabeling.v1beta1.DataType
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_TYPE_UNSPECIFIED
Value: 0Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
IMAGE
Value: 1Allowed for continuous evaluation.
Generated from protobuf enum IMAGE = 1;
VIDEO
Value: 2Generated from protobuf enum VIDEO = 2;
TEXT
Value: 4Allowed for continuous evaluation.
Generated from protobuf enum TEXT = 4;
GENERAL_DATA
Value: 6Allowed for continuous evaluation.
Generated from protobuf enum GENERAL_DATA = 6;