Skip to content

Commit 1bfa892

Browse files
committed
chore: update
1 parent 92829d0 commit 1bfa892

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/mlkit-object-detection/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @nativescript/mlkit-object-detection
22

3-
A plugin that is used with [@nativescript/mlkit-core](../mlkit-core/) to enable object detection and provide the [bjectResult](#objectresult) type for the object detection event data.
3+
A plugin that is used with [@nativescript/mlkit-core](../mlkit-core/) to enable Object Detection and provide the [ObjectResult](#objectresult) type for the object detection event data.
44

55
## Contents
66
* [Installation](#installation)
@@ -22,6 +22,9 @@ For an example, read [Use @nativescript/mlkit-core](../mlkit-core#use-nativescri
2222
## API
2323

2424
### ObjectResult
25+
26+
The type of object detection event data.
27+
2528
```ts
2629
interface ObjectResult {
2730
trackingId?: number

0 commit comments

Comments
 (0)