Class: Google::Cloud::Speech::V2::SpeechAdaptation::AdaptationPhraseSet
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::SpeechAdaptation::AdaptationPhraseSet
- 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
-
#inline_phrase_set ⇒ ::Google::Cloud::Speech::V2::PhraseSet
An inline defined PhraseSet.
-
#phrase_set ⇒ ::String
The name of an existing PhraseSet resource.
Instance Attribute Details
#inline_phrase_set ⇒ ::Google::Cloud::Speech::V2::PhraseSet
Returns An inline defined PhraseSet.
548 549 550 551 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 548 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.
548 549 550 551 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 548 class AdaptationPhraseSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |