public sealed class SpeechConfig : IMessage<SpeechConfig>, IEquatable<SpeechConfig>, IDeepCloneable<SpeechConfig>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API 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.
Implements
IMessageSpeechConfig, IEquatableSpeechConfig, IDeepCloneableSpeechConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
SpeechConfig()
public SpeechConfig()SpeechConfig(SpeechConfig)
public SpeechConfig(SpeechConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SpeechConfig |
Properties
SpeechRecognizer
public string SpeechRecognizer { get; set; }The fully-qualified Speech Recognizer resource name.
Format:
projects/{project_id}/locations/{location}/recognizer/{recognizer}
| Property Value | |
|---|---|
| Type | Description |
string |
|
SpeechRecognizerAsRecognizerName
public RecognizerName SpeechRecognizerAsRecognizerName { get; set; }RecognizerName-typed view over the SpeechRecognizer resource name property.
| Property Value | |
|---|---|
| Type | Description |
RecognizerName |
|