2019-11-27 10:20:24 +00:00
|
|
|
teach_face:
|
|
|
|
description: Teach facebox a face using a file.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: The facebox entity to teach.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "image_processing.facebox"
|
2019-11-27 10:20:24 +00:00
|
|
|
name:
|
|
|
|
description: The name of the face to teach.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "my_name"
|
2019-11-27 10:20:24 +00:00
|
|
|
file_path:
|
|
|
|
description: The path to the image file.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "/images/my_image.jpg"
|