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 PhraseSet, which can be either a string referencing the name of an existing PhraseSets resource, or an inline definition of a PhraseSet.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns An inline defined PhraseSet.

Returns:



592
593
594
595
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 592

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

#phrase_set::String

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

Returns:

  • (::String)

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



592
593
594
595
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 592

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