View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SpeechConfig (google_api_contact_center_insights v0.10.2)
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.
Attributes
-
speechRecognizer
(type:String.t
, default:nil
) - The fully-qualified Speech Recognizer resource name. Format:projects/{project_id}/locations/{location}/recognizer/{recognizer}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1SpeechConfig{ speechRecognizer: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.