Skip to content

Commit 0fa716d

Browse files
authored
---
yaml --- r: 5711 b: refs/heads/master c: 31f044b h: refs/heads/master i: 5709: eced4c7 5707: 2171434 5703: 882b4ef 5695: 67eb9ab
1 parent 39d2e12 commit 0fa716d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ad54a73957c20272992fc3e9d0698aa6a45bbcb7
2+
refs/heads/master: 31f044b5914230a207149232ea83aa5ac16cc7f7
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: f8ea70cdc599a5d39c2df480280877afb3bef9bd
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-translate/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ import com.google.cloud.translate.Detection;
113113
Then add the following code to detect the text's language:
114114

115115
```java
116+
Detection detection = translate.detect("Hello, World!");
116117
String detectedLanguage = detection.getLanguage();
117118
```
118119
#### Translating text

0 commit comments

Comments
 (0)