Created
March 12, 2020 06:33
-
-
Save Lavanyagaur22/48d07d88c9ec3110c92825215040c901 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val result = detector.processImage(image) | |
.addOnSuccessListener { firebaseVisionText -> | |
// Task completed successfully | |
// ... | |
} | |
.addOnFailureListener { e -> | |
// Task failed with an exception | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment