October 2018
Intermediate to advanced
246 pages
6h 26m
English
Creating an image from a ByteArray works in the same way as a ByteBuffer, except we must use the fromByteArray() function instead:
FirebaseVisionImage myImage = FirebaseVisionImage.fromByteArray(byteArray, metadata);
Read now
Unlock full access