src_path/vision/kitVission library

Classes

InputImage
InputImage is the format Google' Ml kit takes to process the image
InputImageData
Data of image required when creating image from bytes.
InputImagePlaneMetadata
Plane attributes to create the image buffer on iOS.
RecognisedText
Class that gives the detected text. Recognised text hierarchy. Recognised Text ---> List
RemoteModelManager
Class to manage firebase remote models.
TextBlock
Class that has a block or group of words present in part of image.
TextDetector
Detector to detect text present in the InputImage provided. It returns RecognisedText which contains the info present in the image.
TextElement
Fundamental part of text detected.
TextLine
Class that represents sentence present in a certain block.
Vision
Get instance of the individual api's using instance of Vision For example To get an instance of ImageLabeler ImageLabeler imageLabeler = GoogleMlKit.instance.imageLabeler();