11# @nativescript/mlkit-core
22
33``` javascript
4- ns plugin add @nativescript/ mlkit- core
4+ npm install @nativescript/ mlkit- core
55```
66
77## Usage
@@ -69,7 +69,7 @@ detectionType="all"
6969# Barcode Scanning
7070
7171``` javascript
72- ns plugin add @nativescript/ mlkit- barcode- scanning
72+ npm install @nativescript/ mlkit- barcode- scanning
7373```
7474
7575``` ts
@@ -85,7 +85,7 @@ onDetection(event: DetectionEvent){
8585# Face Detection
8686
8787``` javascript
88- ns plugin add @nativescript/ mlkit- face- detection
88+ npm install @nativescript/ mlkit- face- detection
8989```
9090
9191``` ts
@@ -102,7 +102,7 @@ onDetection(event: DetectionEvent){
102102# Image Labeling
103103
104104``` javascript
105- ns plugin add @nativescript/ mlkit- image- labeling
105+ npm install @nativescript/ mlkit- image- labeling
106106```
107107
108108``` ts
@@ -119,7 +119,7 @@ onDetection(event: DetectionEvent){
119119# Object Detection
120120
121121``` javascript
122- ns plugin add @nativescript/ mlkit- object- detection
122+ npm install @nativescript/ mlkit- object- detection
123123```
124124
125125``` ts
@@ -135,7 +135,7 @@ onDetection(event: DetectionEvent){
135135# Pose Detection
136136
137137``` javascript
138- ns plugin add @nativescript/ mlkit- pose- detection
138+ npm install @nativescript/ mlkit- pose- detection
139139```
140140
141141``` ts
@@ -152,7 +152,7 @@ onDetection(event: DetectionEvent){
152152# Text Recognition
153153
154154``` javascript
155- ns plugin add @nativescript/ mlkit- text- recognition
155+ npm install @nativescript/ mlkit- text- recognition
156156```
157157
158158``` ts
0 commit comments