https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/google-cloud-translate/README.md the instructions say to add: `String detectedLanguage = detection.getLanguage();` But no 'detection' variable has been created at this point.
https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/google-cloud-translate/README.md
the instructions say to add:
String detectedLanguage = detection.getLanguage();But no 'detection' variable has been created at this point.