Reference documentation and code samples for the Cloud Speech V2 Client class GetPhraseSetRequest.
Request message for the GetPhraseSet method.
Generated from protobuf message google.cloud.speech.v2.GetPhraseSetRequest
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the PhraseSet to retrieve. The expected format is |
getName
Required. The name of the PhraseSet to retrieve. The expected format is
projects/{project}/locations/{location}/phraseSets/{phrase_set}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the PhraseSet to retrieve. The expected format is
projects/{project}/locations/{location}/phraseSets/{phrase_set}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the PhraseSet to retrieve. The expected format is
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Speech\V2\GetPhraseSetRequest |