Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5c5b1af

Browse files
Documented MLKit barcode types.
1 parent 9d7377c commit 5c5b1af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/ML_KIT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ registerElement("MLKitBarcodeScanner", () => require("nativescript-plugin-fireba
245245
</MLKitBarcodeScanner>
246246
```
247247
248+
Note that `formats` is optional but recommended for better recognition performance. Supported types:
249+
`CODE_128`, `CODE_39`, `CODE_93`, `CODABAR`, `DATA_MATRIX`, `EAN_13`, `EAN_8`, `ITF`, `QR_CODE`, `UPC_A`, `UPC_E`, `PDF417`, `AZTEC`.
250+
248251
### Image labeling
249252
<img src="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/master/docs/images/features/mlkit_text_image_labeling.png" height="153px" alt="ML Kit - Image labeling"/>
250253

0 commit comments

Comments
 (0)