robmarkcole / HASS-Google-Vision

Instead use https://github.com/robmarkcole/HASS-amazon-rekognition
MIT License
21 stars 2 forks source link

Retrieving 'description' property #6

Closed andystewart999 closed 4 years ago

andystewart999 commented 4 years ago

I was thinking I could use your custom component primarily as a license plate reader.

Having changed 'target' to 'license plate' I'm getting the event fire up OK, but from looking at the source code the 'description' tag for a given object is part of the EntityAnnotation call and not part of the 'Localized_object_annotations' call.

Is there a straightforward (or better) way of extracting the description, ie the plate text?

Cheers, Andy

andystewart999 commented 4 years ago

Never mind, I've just seen your reply to my earlier query. Thanks Rob.