Reference documentation and code samples for the Cloud Speech V2 Client class CustomPromptConfig.
Configuration to enable custom prompt in chirp3.
Generated from protobuf message google.cloud.speech.v2.CustomPromptConfig
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ custom_prompt |
string
Optional. The custom instructions to override the existing instructions for chirp3. |
getCustomPrompt
Optional. The custom instructions to override the existing instructions for chirp3.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCustomPrompt
Optional. The custom instructions to override the existing instructions for chirp3.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|