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.PhrasePhraseSet.Phrase.Builder. build()PhraseSet.PhrasePhraseSet.Phrase.Builder. buildPartial()static PhraseSet.PhrasePhraseSet.Phrase. getDefaultInstance()PhraseSet.PhrasePhraseSet.Phrase.Builder. getDefaultInstanceForType()PhraseSet.PhrasePhraseSet.Phrase. getDefaultInstanceForType()PhraseSet.PhrasePhraseSet.Builder. getPhrases(int index)A list of word and phrases.PhraseSet.PhrasePhraseSet. getPhrases(int index)A list of word and phrases.PhraseSet.PhrasePhraseSetOrBuilder. getPhrases(int index)A list of word and phrases.static PhraseSet.PhrasePhraseSet.Phrase. parseDelimitedFrom(InputStream input)static PhraseSet.PhrasePhraseSet.Phrase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(byte[] data)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(com.google.protobuf.ByteString data)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(com.google.protobuf.CodedInputStream input)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(InputStream input)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhraseSet.PhrasePhraseSet.Phrase. parseFrom(ByteBuffer data)static PhraseSet.PhrasePhraseSet.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.BuilderPhraseSet.Builder. addPhrases(int index, PhraseSet.Phrase value)A list of word and phrases.PhraseSet.BuilderPhraseSet.Builder. addPhrases(PhraseSet.Phrase value)A list of word and phrases.PhraseSet.Phrase.BuilderPhraseSet.Phrase.Builder. mergeFrom(PhraseSet.Phrase other)static PhraseSet.Phrase.BuilderPhraseSet.Phrase. newBuilder(PhraseSet.Phrase prototype)PhraseSet.BuilderPhraseSet.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.BuilderPhraseSet.Builder. addAllPhrases(Iterable<? extends PhraseSet.Phrase> values)A list of word and phrases.
-