Package | Description |
---|---|
com.google.cloud.translate |
A client for Cloud Translation - Fast, dynamic translation.
|
Modifier and Type | Method and Description |
---|---|
Translation |
Translate.translate(String text,
Translate.TranslateOption... options)
Translates the provided text.
|
Modifier and Type | Method and Description |
---|---|
List<Translation> |
Translate.translate(List<String> texts,
Translate.TranslateOption... options)
Translates the provided texts.
|
Copyright © 2019 Google LLC. All rights reserved.