Class: Google::Cloud::Speech::V2::SpeechAdaptation::AdaptationPhraseSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

A biasing phrase set, which can be either a string referencing the name of an existing phrase set resource, or an inline definition of a phrase set.

Instance Attribute Summary collapse

Instance Attribute Details

#inline_phrase_set::Google::Cloud::Speech::V2::PhraseSet

Returns An inline defined phrase set.

Returns:



546
547
548
549
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 546

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

#phrase_set::String

Returns The name of an existing phrase set resource. The user must have read access to the resource and it must not be deleted.

Returns:

  • (::String)

    The name of an existing phrase set resource. The user must have read access to the resource and it must not be deleted.



546
547
548
549
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 546

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