Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.34 KB

mlkit-image-labeling.md

File metadata and controls

49 lines (34 loc) · 1.34 KB
title link
Image Labeling

@nativescript/mlkit-image-labeling

A plugin that is used with @nativescript/mlkit-core to enable Image Labeling and provide the ImageLabelingResult type for the image labeling event data.

Contents

Installation

npm install @nativescript/mlkit-image-labeling

Use @nativescript/mlkit-image-labeling

For an example, read Use @nativescript/mlkit-core and Image Labeling

API

ImageLabelingResult

The Image Labeling event data type.

interface ImageLabelingResult {
  text?: string
  confidence?: number
  index?: number
}

License

Apache License Version 2.0