Cloud Speech V1 Client - Class ClassItem (1.7.0)

Reference documentation and code samples for the Cloud Speech V1 Client class ClassItem.

An item of the class.

Generated from protobuf message google.cloud.speech.v1.CustomClass.ClassItem

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ value string

The class item's value.

getValue

The class item's value.

Generated from protobuf field string value = 1;

Returns
TypeDescription
string

setValue

The class item's value.

Generated from protobuf field string value = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this