public static interface SpeechAdaptation.AdaptationPhraseSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PhraseSet |
getInlinePhraseSet()
An inline defined PhraseSet.
|
PhraseSetOrBuilder |
getInlinePhraseSetOrBuilder()
An inline defined PhraseSet.
|
String |
getPhraseSet()
The name of an existing PhraseSet resource.
|
com.google.protobuf.ByteString |
getPhraseSetBytes()
The name of an existing PhraseSet resource.
|
SpeechAdaptation.AdaptationPhraseSet.ValueCase |
getValueCase() |
boolean |
hasInlinePhraseSet()
An inline defined PhraseSet.
|
boolean |
hasPhraseSet()
The name of an existing PhraseSet resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhraseSet()
The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }String getPhraseSet()
The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getPhraseSetBytes()
The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }boolean hasInlinePhraseSet()
An inline defined PhraseSet.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;PhraseSet getInlinePhraseSet()
An inline defined PhraseSet.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;PhraseSetOrBuilder getInlinePhraseSetOrBuilder()
An inline defined PhraseSet.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;SpeechAdaptation.AdaptationPhraseSet.ValueCase getValueCase()
Copyright © 2023 Google LLC. All rights reserved.