Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class SpeechConfig.
Speech-to-Text configuration.
Speech-to-Text settings are applied to conversations ingested from the
UploadConversation
and IngestConversations
endpoints, including
conversation coming from CCAI Platform. They are not applied to conversations
ingested from the CreateConversation
endpoint.
Generated from protobuf message google.cloud.contactcenterinsights.v1.SpeechConfig
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ speech_recognizer |
string
The fully-qualified Speech Recognizer resource name. Format: |
getSpeechRecognizer
The fully-qualified Speech Recognizer resource name.
Format:
projects/{project_id}/locations/{location}/recognizer/{recognizer}
Returns | |
---|---|
Type | Description |
string |
setSpeechRecognizer
The fully-qualified Speech Recognizer resource name.
Format:
projects/{project_id}/locations/{location}/recognizer/{recognizer}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |