public static interface SpeechAdaptation.AdaptationPhraseSetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInlinePhraseSet()
public abstract PhraseSet getInlinePhraseSet()An inline defined phrase set.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
| Type | Description |
| PhraseSet | The inlinePhraseSet. |
getInlinePhraseSetOrBuilder()
public abstract PhraseSetOrBuilder getInlinePhraseSetOrBuilder()An inline defined phrase set.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
| Type | Description |
| PhraseSetOrBuilder |
getPhraseSet()
public abstract String getPhraseSet()The name of an existing phrase set resource. The user must have read access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The phraseSet. |
getPhraseSetBytes()
public abstract ByteString getPhraseSetBytes()The name of an existing phrase set resource. The user must have read access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for phraseSet. |
getValueCase()
public abstract SpeechAdaptation.AdaptationPhraseSet.ValueCase getValueCase()| Type | Description |
| SpeechAdaptation.AdaptationPhraseSet.ValueCase |
hasInlinePhraseSet()
public abstract boolean hasInlinePhraseSet()An inline defined phrase set.
.google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
| Type | Description |
| boolean | Whether the inlinePhraseSet field is set. |
hasPhraseSet()
public abstract boolean hasPhraseSet()The name of an existing phrase set resource. The user must have read access to the resource and it must not be deleted.
string phrase_set = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| boolean | Whether the phraseSet field is set. |