Uses of Class
com.google.cloud.speech.v2.LocationName
-
Packages that use LocationName Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of LocationName in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.cloud.speech.v2 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.speech.v2 with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata>SpeechClient. createCustomClassAsync(LocationName parent, CustomClass customClass, String customClassId)Creates a [CustomClass][google.cloud.speech.v2.CustomClass].com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata>SpeechClient. createPhraseSetAsync(LocationName parent, PhraseSet phraseSet, String phraseSetId)Creates a [PhraseSet][google.cloud.speech.v2.PhraseSet].com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata>SpeechClient. createRecognizerAsync(LocationName parent, Recognizer recognizer, String recognizerId)Creates a [Recognizer][google.cloud.speech.v2.Recognizer].SpeechClient.ListCustomClassesPagedResponseSpeechClient. listCustomClasses(LocationName parent)Lists CustomClasses.SpeechClient.ListPhraseSetsPagedResponseSpeechClient. listPhraseSets(LocationName parent)Lists PhraseSets.SpeechClient.ListRecognizersPagedResponseSpeechClient. listRecognizers(LocationName parent)Lists Recognizers.Method parameters in com.google.cloud.speech.v2 with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-