File tree Expand file tree Collapse file tree 9 files changed +25
-14
lines changed
mlkit-digital-ink-recognition
mlkit-selfie-segmentation Expand file tree Collapse file tree 9 files changed +25
-14
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "NativescriptExtend.fileAssociations" : [
3
+ {
4
+ "systemId" : " c:\\ Users\\ sweet\\ Documents\\ PacktCourses_books\\ NATIVESCRIPT\\ contributions\\ mlkit\\ schema\\ tns.xsd" ,
5
+ "pattern" : " **/**/*.xml"
6
+ },
7
+ {
8
+ "systemId" : " http://www.w3.org/2001/XMLSchema.xsd" ,
9
+ "pattern" : " c:\\ Users\\ sweet\\ Documents\\ PacktCourses_books\\ NATIVESCRIPT\\ contributions\\ mlkit\\ schema\\ tns.xsd"
10
+ }
11
+ ],
12
+ "files.exclude" : {
13
+ "schema" : true
14
+ },
15
+ "NativescriptExtend.format.enabled" : true ,
16
+ "NativescriptExtend.validation.enabled" : true
17
+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ns plugin add @nativescript/mlkit-barcode-scanning
6
6
7
7
## Usage
8
8
9
- // TODO
9
+ See [ @ nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
10
10
11
11
## License
12
12
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ ns plugin add @nativescript/mlkit-digital-ink-recognition
6
6
7
7
## Usage
8
8
9
- // TODO
10
-
9
+ See [ @nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
11
10
## License
12
11
13
12
Apache License Version 2.0
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ ns plugin add @nativescript/mlkit-face-detection
6
6
7
7
## Usage
8
8
9
- // TODO
10
-
9
+ See [ @nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
11
10
## License
12
11
13
12
Apache License Version 2.0
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ ns plugin add @nativescript/mlkit-image-labeling
6
6
7
7
## Usage
8
8
9
- // TODO
10
-
9
+ See [ @nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
11
10
## License
12
11
13
12
Apache License Version 2.0
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ ns plugin add @nativescript/mlkit-object-detection
6
6
7
7
## Usage
8
8
9
- // TODO
10
-
9
+ See [ @nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
11
10
## License
12
11
13
12
Apache License Version 2.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ns plugin add @nativescript/mlkit-pose-detection
6
6
7
7
## Usage
8
8
9
- // TODO
9
+ See [ @ nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
10
10
11
11
## License
12
12
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ ns plugin add @nativescript/mlkit-selfie-segmentation
6
6
7
7
## Usage
8
8
9
- // TODO
10
-
9
+ See [ @nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
11
10
## License
12
11
13
12
Apache License Version 2.0
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ ns plugin add @nativescript/mlkit-text-recognition
6
6
7
7
## Usage
8
8
9
- // TODO
10
-
9
+ See [ @nativescript/mlkit-core ] ( /packages/mlkit-core/README.md ) Usage
11
10
## License
12
11
13
12
Apache License Version 2.0
You can’t perform that action at this time.
0 commit comments