Class: Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::SpeechSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb

Overview

Define behaviors of speech to text detection.

Defined Under Namespace

Classes: ModelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#endpointer_sensitivity::Integer

Returns Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.

Returns:

  • (::Integer)

    Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.



89
90
91
92
93
94
95
96
97
98
99
100
101
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 89

class SpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ModelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#models::Google::Protobuf::Map{::String => ::String}

Returns Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models.



89
90
91
92
93
94
95
96
97
98
99
100
101
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 89

class SpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ModelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#no_speech_timeout::Google::Protobuf::Duration

Returns Timeout before detecting no speech.

Returns:



89
90
91
92
93
94
95
96
97
98
99
100
101
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 89

class SpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ModelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#use_timeout_based_endpointing::Boolean

Returns Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.

Returns:

  • (::Boolean)

    Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.



89
90
91
92
93
94
95
96
97
98
99
100
101
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 89

class SpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ModelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end