Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class SpeechProcessingMetadata.
Metadata of the speech-to-text and text-to-speech processing.
Generated from protobuf message google.cloud.dialogflow.cx.v3.SpeechProcessingMetadata
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Output only. The display name of the speech processing. |
getDisplayName
Output only. The display name of the speech processing.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Output only. The display name of the speech processing.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|