Uses of Class
com.google.cloud.translate.v3beta1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation API -
-
Uses of LocationName in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 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.translate.v3beta1 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.translate.v3beta1 with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchTranslateDocumentResponse,BatchTranslateDocumentMetadata>TranslationServiceClient. batchTranslateDocumentAsync(LocationName parent, String sourceLanguageCode, List<String> targetLanguageCodes, List<BatchDocumentInputConfig> inputConfigs, BatchDocumentOutputConfig outputConfig)Translates a large volume of document in asynchronous batch mode.com.google.api.gax.longrunning.OperationFuture<Glossary,CreateGlossaryMetadata>TranslationServiceClient. createGlossaryAsync(LocationName parent, Glossary glossary)Creates a glossary and returns the long-running operation.DetectLanguageResponseTranslationServiceClient. detectLanguage(LocationName parent, String model, String mimeType)Detects the language of text within a request.SupportedLanguagesTranslationServiceClient. getSupportedLanguages(LocationName parent, String displayLanguageCode, String model)Returns a list of supported languages for translation.TranslationServiceClient.ListGlossariesPagedResponseTranslationServiceClient. listGlossaries(LocationName parent, String filter)Lists glossaries in a project.Method parameters in com.google.cloud.translate.v3beta1 with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-