Uses of Class
com.google.cloud.translate.Detection
-
Packages that use Detection Package Description com.google.cloud.translate A client for Cloud Translation - Fast, dynamic translation. -
-
Uses of Detection in com.google.cloud.translate
Methods in com.google.cloud.translate that return Detection Modifier and Type Method Description Detection
Translate. detect(String text)
Detects the language of the provided text.Methods in com.google.cloud.translate that return types with arguments of type Detection Modifier and Type Method Description List<Detection>
Translate. detect(String... texts)
Detects the language of the provided texts.List<Detection>
Translate. detect(List<String> texts)
Detects the language of the provided texts.
-