Skip to content

Instantly share code, notes, and snippets.

@Lavanyagaur22
Created March 12, 2020 06:33
Show Gist options
  • Save Lavanyagaur22/48d07d88c9ec3110c92825215040c901 to your computer and use it in GitHub Desktop.
Save Lavanyagaur22/48d07d88c9ec3110c92825215040c901 to your computer and use it in GitHub Desktop.
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