Can the Cloud Vision API determine the size of an object?

I am studying the features of the Cloud Vision API, and I was wondering if there is a way to detect the size of an object when labels are detected. For example, if you take a picture of a car on the street, then the Cloud Vision API will return the dimensions of the car (length, height or width).

+4
source share
1 answer

LABEL_DETECTION will return EntityAnnotation. For the boundingPoly field, the documentation reads: "The image area this object belongs to. Not currently populated for the LABEL_DETECTION functions."

No, no, at the moment it does not return dimensions. This is due to question .

, , , , .

+3