Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created August 17, 2021 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanishAmjad12/9982ac65a2cd8ab807baef2dab4505de to your computer and use it in GitHub Desktop.
Save DanishAmjad12/9982ac65a2cd8ab807baef2dab4505de to your computer and use it in GitHub Desktop.
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