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 LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. 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.DetectLanguageResponse
TranslationServiceClient. detectLanguage(LocationName parent, String model, String mimeType)
Detects the language of text within a request.SupportedLanguages
TranslationServiceClient. getSupportedLanguages(LocationName parent, String displayLanguageCode, String model)
Returns a list of supported languages for translation.TranslationServiceClient.ListGlossariesPagedResponse
TranslationServiceClient. 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)
-