Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::SpeechAdaptation::AdaptationPhraseSet.
A biasing PhraseSet, which can be either a string referencing the name of an existing PhraseSets resource, or an inline definition of a PhraseSet.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#inline_phrase_set
def inline_phrase_set() -> ::Google::Cloud::Speech::V2::PhraseSet
-
(::Google::Cloud::Speech::V2::PhraseSet) — An inline defined PhraseSet.
Note: The following fields are mutually exclusive:
inline_phrase_set
,phrase_set
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_phrase_set=
def inline_phrase_set=(value) -> ::Google::Cloud::Speech::V2::PhraseSet
-
value (::Google::Cloud::Speech::V2::PhraseSet) — An inline defined PhraseSet.
Note: The following fields are mutually exclusive:
inline_phrase_set
,phrase_set
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Speech::V2::PhraseSet) — An inline defined PhraseSet.
Note: The following fields are mutually exclusive:
inline_phrase_set
,phrase_set
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#phrase_set
def phrase_set() -> ::String
-
(::String) — The name of an existing PhraseSet resource. The user must have read
access to the resource and it must not be deleted.
Note: The following fields are mutually exclusive:
phrase_set
,inline_phrase_set
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#phrase_set=
def phrase_set=(value) -> ::String
-
value (::String) — The name of an existing PhraseSet resource. The user must have read
access to the resource and it must not be deleted.
Note: The following fields are mutually exclusive:
phrase_set
,inline_phrase_set
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The name of an existing PhraseSet resource. The user must have read
access to the resource and it must not be deleted.
Note: The following fields are mutually exclusive:
phrase_set
,inline_phrase_set
. If a field in that set is populated, all other fields in the set will automatically be cleared.