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.
2 parents 73f97b0 + dc8d6ec commit a550f59Copy full SHA for a550f59
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