| title | Image Labeling |
|---|---|
| link | https://raw.githubusercontent.com/NativeScript/mlkit/main/packages/mlkit-image-labeling/README.md |
A plugin that is used with @nativescript/mlkit-core to enable Image Labeling and provide the ImageLabelingResult type for the image labeling event data.
npm install @nativescript/mlkit-image-labeling
For an example, read Use @nativescript/mlkit-core and Image Labeling
The Image Labeling event data type.
interface ImageLabelingResult {
text?: string
confidence?: number
index?: number
}Apache License Version 2.0
