Class: Google::Cloud::ContactCenterInsights::V1::SpeechConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#speech_recognizer::String

Returns The fully-qualified Speech Recognizer resource name. Format: projects/{project_id}/locations/{location}/recognizer/{recognizer}.

Returns:

  • (::String)

    The fully-qualified Speech Recognizer resource name. Format: projects/{project_id}/locations/{location}/recognizer/{recognizer}



1110
1111
1112
1113
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1110

class SpeechConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end