Class: Google::Cloud::ContactCenterInsights::V1::SpeechConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::SpeechConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
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.
Instance Attribute Summary collapse
-
#speech_recognizer ⇒ ::String
The fully-qualified Speech Recognizer resource name.
Instance Attribute Details
#speech_recognizer ⇒ ::String
Returns The fully-qualified Speech Recognizer resource name.
Format:
projects/{project_id}/locations/{location}/recognizer/{recognizer}
.
1175 1176 1177 1178 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1175 class SpeechConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |