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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `SpeechConfig` class within the Google Cloud Contact Center AI Insights v1 API, specifically in the .NET environment."],["The latest version of the API documented is 2.19.0, and the page focuses on version 2.17.0, with links to older and the latest versions, including all versions from 1.0.0 upwards."],["`SpeechConfig` is used to set up Speech-to-Text configurations for conversations ingested via the `UploadConversation` and `IngestConversations` endpoints, but not `CreateConversation`."],["The `SpeechConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, and it includes properties like `SpeechRecognizer` and `SpeechRecognizerAsRecognizerName`."],["The API documentation provides information about the `SpeechConfig` class constructors, including the default constructor and the constructor that takes another `SpeechConfig` object as a parameter."]]],[]]