Created
August 17, 2021 05:23
-
-
Save DanishAmjad12/9982ac65a2cd8ab807baef2dab4505de 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
entityExtractor | |
.downloadModelIfNeeded() | |
.addOnSuccessListener { _ -> | |
/* Model downloading succeeded, you can call extraction API here. */ | |
} | |
.addOnFailureListener { _ -> /* Model downloading failed. */ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment