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.
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 |
|