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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setValue
The class item's value.
Generated from protobuf field string value = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|