locationInfo property

List<LocationInfo>? locationInfo
final

Image region to which this entity belongs. Not produced for LABEL_DETECTION features. 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

// BoundingPoly? boundingPoly;

/// 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.
final List<LocationInfo>? locationInfo;