Contact Center AI Insights v1 API - Class SpeechConfig (2.14.0)

public sealed class SpeechConfig : IMessage<SpeechConfig>, IEquatable<SpeechConfig>, IDeepCloneable<SpeechConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class SpeechConfig.

Speech-to-Text configuration.

Inheritance

object > SpeechConfig

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

SpeechConfig()

public SpeechConfig()

SpeechConfig(SpeechConfig)

public SpeechConfig(SpeechConfig other)
Parameter
NameDescription
otherSpeechConfig

Properties

SpeechRecognizer

public string SpeechRecognizer { get; set; }

The fully-qualified Speech Recognizer resource name. Format: projects/{project_id}/locations/{location}/recognizer/{recognizer}

Property Value
TypeDescription
string

SpeechRecognizerAsRecognizerName

public RecognizerName SpeechRecognizerAsRecognizerName { get; set; }

RecognizerName-typed view over the SpeechRecognizer resource name property.

Property Value
TypeDescription
RecognizerName