Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
parkpow
GitHub Repository: parkpow/deep-license-plate-recognition
Path: blob/master/stream/ipro-adam-app/appPrefs.json
1092 views
1
{
2
"preferenceVersion": { "major": "1", "minor": "0" },
3
"preference": [
4
{
5
"prefName": "LICENSE_KEY",
6
"prefType": "String",
7
"appApiAccess": "ReadWrite",
8
"webApiAccess": "ReadWrite",
9
"defaultValue": ""
10
},
11
{
12
"prefName": "TOKEN",
13
"prefType": "String",
14
"appApiAccess": "ReadWrite",
15
"webApiAccess": "ReadWrite",
16
"defaultValue": ""
17
},
18
{
19
"prefName": "LOGGING",
20
"prefType": "Enumeration",
21
"appApiAccess": "ReadWrite",
22
"webApiAccess": "ReadWrite",
23
"enumerationList": ["10", "20", "30", "40", "50"],
24
"defaultValue": "10"
25
}
26
]
27
}
28
29