google_vision
google_vision
Image
Image.fromFilePath factory constructor
Image.fromFilePath
Image.fromFilePath
constructor
Null safety
Image.fromFilePath
(
String
filePath
)
Implementation
factory Image.fromFilePath(String filePath) => Image.fromFile(File(filePath));
google_vision
google_vision
Image
Image.fromFilePath factory constructor
Image class
Constructors
Image
fromBase64
fromDecodedImage
fromFile
fromFilePath
fromJson
Properties
content
encodedBytes
hashCode
height
runtimeType
width
Methods
copyCrop
drawLine
drawString
noSuchMethod
toJson
toString
writeAsJpeg
Operators
operator ==