2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available image processing services
|
2017-01-14 07:18:03 +00:00
|
|
|
|
|
|
|
scan:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Process an image immediately.
|
2017-01-14 07:18:03 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name(s) of entities to scan immediately.
|
2017-01-14 07:18:03 +00:00
|
|
|
example: 'image_processing.alpr_garage'
|
2018-07-10 01:11:39 +00:00
|
|
|
|
|
|
|
facebox_teach_face:
|
|
|
|
description: Teach facebox a face using a file.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: The facebox entity to teach.
|
|
|
|
example: 'image_processing.facebox'
|
|
|
|
name:
|
|
|
|
description: The name of the face to teach.
|
|
|
|
example: 'my_name'
|
|
|
|
file_path:
|
|
|
|
description: The path to the image file.
|
|
|
|
example: '/images/my_image.jpg'
|