Skip to main content

DetectedPointOfInterestInImage

No description

type DetectedPointOfInterestInImage {
id: String!
label: String!
center: PointOfInterestCoordinate!
bounds: PointOfInterestBounds
outline: [PointOfInterestCoordinate!]
}

Fields
Link copied!

DetectedPointOfInterestInImage.id ● String! non-null scalar
Link copied!

DetectedPointOfInterestInImage.label ● String! non-null scalar
Link copied!

DetectedPointOfInterestInImage.center ● PointOfInterestCoordinate! non-null object
Link copied!

DetectedPointOfInterestInImage.bounds ● PointOfInterestBounds object
Link copied!

DetectedPointOfInterestInImage.outline ● [PointOfInterestCoordinate!] list object
Link copied!

Member of
Link copied!

DetectedPointsOfInterestInImage object