October 2018
Intermediate to advanced
246 pages
6h 26m
English
A vision image instance can be created from a file by calling the fromFilePath() function with a context and the desired Uniform Resource Identifier (URI):
val image: FirebaseVisionImage?try { image = FirebaseVisionImage.fromFilePath(context, uri);} catch (IOException e) { e.printStackTrace();}
Read now
Unlock full access