mirror of
https://github.com/openharmony/multimedia_image_standard.git
synced 2026-07-01 04:19:36 -04:00
a55ab6d385
Signed-off-by: feng-zewu <fengzewu@huawei.com>
45 lines
883 B
Plaintext
45 lines
883 B
Plaintext
{
|
|
"packageName":"plugin_example3",
|
|
"version":"1.0.0.10",
|
|
"targetVersion":"10.0.0.0",
|
|
"libraryPath":"libpluginexample3.z.so",
|
|
"classes": [
|
|
{
|
|
"className":"OHOS::PluginExample::LabelDetector3",
|
|
"services": [
|
|
{
|
|
"interfaceID":0,
|
|
"serviceType":2
|
|
}
|
|
],
|
|
"priority":10,
|
|
"maxInstance":3,
|
|
"capabilities": [
|
|
{
|
|
"name":"labelNum",
|
|
"type":"uint32Set",
|
|
"value": [ 256, 512, 1024 ]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"className":"OHOS::PluginExample::CloudLabelDetector3",
|
|
"services": [
|
|
{
|
|
"interfaceID":0,
|
|
"serviceType":3
|
|
}
|
|
],
|
|
"priority":5,
|
|
"maxInstance":3,
|
|
"capabilities": [
|
|
{
|
|
"name":"labelNum",
|
|
"type":"uint32Range",
|
|
"value": [ 100, 200 ]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|