2.1.0 • Published 4 months ago

@nativescript/mlkit-image-labeling v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

@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

2.1.0

4 months ago

1.0.8

1 year ago

2.0.0-alpha.0

1 year ago

2.0.0-alpha.1

1 year ago

2.0.0

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0-alpha.7

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.8

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-alpha.0

3 years ago