Uses of Class
com.google.cloud.speech.v1p1beta1.PhraseSet.Phrase
-
Packages that use PhraseSet.Phrase Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of PhraseSet.Phrase in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return PhraseSet.Phrase Modifier and Type Method Description PhraseSet.Phrase
PhraseSet.Phrase.Builder. build()
PhraseSet.Phrase
PhraseSet.Phrase.Builder. buildPartial()
static PhraseSet.Phrase
PhraseSet.Phrase. getDefaultInstance()
PhraseSet.Phrase
PhraseSet.Phrase.Builder. getDefaultInstanceForType()
PhraseSet.Phrase
PhraseSet.Phrase. getDefaultInstanceForType()
PhraseSet.Phrase
PhraseSet.Builder. getPhrases(int index)
A list of word and phrases.PhraseSet.Phrase
PhraseSet. getPhrases(int index)
A list of word and phrases.PhraseSet.Phrase
PhraseSetOrBuilder. getPhrases(int index)
A list of word and phrases.static PhraseSet.Phrase
PhraseSet.Phrase. parseDelimitedFrom(InputStream input)
static PhraseSet.Phrase
PhraseSet.Phrase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(byte[] data)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(com.google.protobuf.ByteString data)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(com.google.protobuf.CodedInputStream input)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(InputStream input)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(ByteBuffer data)
static PhraseSet.Phrase
PhraseSet.Phrase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v1p1beta1 that return types with arguments of type PhraseSet.Phrase Modifier and Type Method Description com.google.protobuf.Parser<PhraseSet.Phrase>
PhraseSet.Phrase. getParserForType()
List<PhraseSet.Phrase>
PhraseSet.Builder. getPhrasesList()
A list of word and phrases.List<PhraseSet.Phrase>
PhraseSet. getPhrasesList()
A list of word and phrases.List<PhraseSet.Phrase>
PhraseSetOrBuilder. getPhrasesList()
A list of word and phrases.static com.google.protobuf.Parser<PhraseSet.Phrase>
PhraseSet.Phrase. parser()
Methods in com.google.cloud.speech.v1p1beta1 with parameters of type PhraseSet.Phrase Modifier and Type Method Description PhraseSet.Builder
PhraseSet.Builder. addPhrases(int index, PhraseSet.Phrase value)
A list of word and phrases.PhraseSet.Builder
PhraseSet.Builder. addPhrases(PhraseSet.Phrase value)
A list of word and phrases.PhraseSet.Phrase.Builder
PhraseSet.Phrase.Builder. mergeFrom(PhraseSet.Phrase other)
static PhraseSet.Phrase.Builder
PhraseSet.Phrase. newBuilder(PhraseSet.Phrase prototype)
PhraseSet.Builder
PhraseSet.Builder. setPhrases(int index, PhraseSet.Phrase value)
A list of word and phrases.Method parameters in com.google.cloud.speech.v1p1beta1 with type arguments of type PhraseSet.Phrase Modifier and Type Method Description PhraseSet.Builder
PhraseSet.Builder. addAllPhrases(Iterable<? extends PhraseSet.Phrase> values)
A list of word and phrases.
-