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