October 2018
Intermediate to advanced
246 pages
6h 26m
English
Let's create this instance of a FirebaseVisionImage using a bitmap. To begin, let's pass a bitmap into the fromBitmap() method, which will give us back a FirebaseVisionImage:
FirebaseVisionImage image = FirebaseVisionImage.fromBitmap(bitmap);
Read now
Unlock full access