We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2710771 commit dc8d6ecCopy full SHA for dc8d6ec
android/android-snippets/app/src/main/java/com/google/example/mlkit/FaceDetectionActivity.java
@@ -56,7 +56,7 @@ private void detectFaces(InputImage image) {
56
57
// [START get_detector]
58
FaceDetector detector = FaceDetection.getClient(options);
59
- // Or, to use the default option:
+ // Or use the default options:
60
// FaceDetector detector = FaceDetection.getClient();
61
// [END get_detector]
62
0 commit comments