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.
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}
.
1069 1070 1071 1072 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1069 class SpeechConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |