Static Public Attributes | |
| timeout = DEFAULT_TIMEOUT | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Base entity class for image processing.
Definition at line 130 of file __init__.py.
| None homeassistant.components.image_processing.ImageProcessingEntity.async_process_image | ( | self, | |
| bytes | image | ||
| ) |
Process image.
Definition at line 170 of file __init__.py.
| None homeassistant.components.image_processing.ImageProcessingEntity.async_update | ( | self | ) |
Update image and process it. This method is a coroutine.
Definition at line 174 of file __init__.py.
Return camera entity id from process pictures.
Reimplemented in homeassistant.components.tensorflow.image_processing.TensorFlowImageProcessor, homeassistant.components.sighthound.image_processing.SighthoundEntity, homeassistant.components.seven_segments.image_processing.ImageProcessingSsocr, homeassistant.components.qrcode.image_processing.QrEntity, homeassistant.components.openalpr_cloud.image_processing.OpenAlprCloudEntity, homeassistant.components.microsoft_face_identify.image_processing.MicrosoftFaceIdentifyEntity, homeassistant.components.microsoft_face_detect.image_processing.MicrosoftFaceDetectEntity, homeassistant.components.doods.image_processing.Doods, homeassistant.components.dlib_face_identify.image_processing.DlibFaceIdentifyEntity, homeassistant.components.dlib_face_detect.image_processing.DlibFaceDetectEntity, and homeassistant.components.demo.image_processing.DemoImageProcessingFace.
Definition at line 140 of file __init__.py.
| float | None homeassistant.components.image_processing.ImageProcessingEntity.confidence | ( | self | ) |
Return minimum confidence to do some things.
Reimplemented in homeassistant.components.openalpr_cloud.image_processing.OpenAlprCloudEntity, homeassistant.components.microsoft_face_identify.image_processing.MicrosoftFaceIdentifyEntity, and homeassistant.components.demo.image_processing.DemoImageProcessingFace.
Definition at line 149 of file __init__.py.
| ImageProcessingDeviceClass | None homeassistant.components.image_processing.ImageProcessingEntity.device_class | ( | self | ) |
Return the class of this entity.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 158 of file __init__.py.
| None homeassistant.components.image_processing.ImageProcessingEntity.process_image | ( | self, | |
| bytes | image | ||
| ) |
Process image.
Reimplemented in homeassistant.components.demo.image_processing.DemoImageProcessingFace.
Definition at line 166 of file __init__.py.
|
static |
Definition at line 137 of file __init__.py.