This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/collector/adg-linux/gen/services/shape_detection/manifest.json
little_stone bd2d50cf35 code update
2022-05-05 20:41:28 +08:00

24 lines
423 B
JSON
Executable File

{
"display_name": "Shape Detection Service",
"name": "shape_detection",
"interface_provider_specs": {
"service_manager:connector": {
"requires": {
"service_manager": [
"service_manager:all_users"
]
},
"provides": {
"face_detection": [
"shape_detection.mojom.FaceDetectionProvider"
],
"text_detection": [
"shape_detection.mojom.TextDetection"
],
"barcode_detection": [
"shape_detection.mojom.BarcodeDetection"
]
}
}
}
}