locations property

List<LocationInfo>? locations
getter/setter pair

The location information for the detected entity.

Multiple LocationInfo elements can be present because one location may indicate the location of the scene in the image, and another location may indicate the location of the place where the image was taken. Location information is usually present for landmarks.

Implementation

core.List<LocationInfo>? locations;