Vision Configuring the ANE - tuarua/Firebase-ANE GitHub Wiki
Android
The ANE + Dependencies
Firstly, complete the Configuring the ANE section for Analytics.
Secondly, complete the Configuring the ANE section for Remote Config.
Add the following to your air_package.json.
This is the full set of Vision components. Delete entries not required.
{
"dependencies": {
"com.tuarua.firebase.VisionANE": "0.14.0",
"com.tuarua.firebase.VisionCloudTextANE": "0.14.0",
"com.tuarua.firebase.VisionCloudDocumentANE": "0.14.0",
"com.tuarua.firebase.VisionCloudLabelANE": "0.14.0",
"com.tuarua.firebase.VisionLandmarkANE": "0.14.0",
"com.tuarua.firebase.ModelInterpreterANE": "0.14.0",
"com.tuarua.firebase.FirebaseVisionAssets": "0.14.0",
}
}