如何在我的应用程序中集成G​​oogle镜头?

sum*_*eet 9 android google-goggles haskell-lens

我想将google lens服务集成到我的android应用程序中,但是我没有任何直接的方法来实现它,没有任何库或任何Google API。任何人都可以帮助我将google lens实施到我的android应用中。如果有任何方法可以调用Google Goggles API,那么在一定程度上也可以满足我的要求。

Nar*_*ath 0

我认为您的应用程序中没有直接实现 Google Lens。

不过,还有一些替代方案,例如 Firebase MLKit:https ://firebase.google.com/docs/ml-kit 。

它将帮助您实现以下基本功能:

Text Recognition
Face Detection
Barcode Scanning
Image Labeling
Landmark Recognition.
Run Code Online (Sandbox Code Playgroud)