Google Cloud Datalabeling V1beta1 Client - Class DataType (0.5.5)

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 \ V1beta1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TYPE_UNSPECIFIED

Value: 0

Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;

IMAGE

Value: 1

Allowed for continuous evaluation.

Generated from protobuf enum IMAGE = 1;

VIDEO

Value: 2

Generated from protobuf enum VIDEO = 2;

TEXT

Value: 4

Allowed for continuous evaluation.

Generated from protobuf enum TEXT = 4;

GENERAL_DATA

Value: 6

Allowed for continuous evaluation.

Generated from protobuf enum GENERAL_DATA = 6;