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.
JSON representation
{"speechRecognizer": string}
Fields
speechRecognizer
string
The fully-qualified Speech Recognizer resource name. Format: projects/{projectId}/locations/{location}/recognizer/{recognizer}
[[["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 2024-11-07 UTC."],[[["Speech-to-Text settings apply to conversations from the `UploadConversation` and `IngestConversations` endpoints, including those from the CCAI Platform."],["These settings are not applied to conversations ingested from the `CreateConversation` endpoint."],["The `speechRecognizer` field, a string, specifies the fully-qualified Speech Recognizer resource name."],["The format of `speechRecognizer` is `projects/{projectId}/locations/{location}/recognizer/{recognizer}`."]]],[]]