@beta This field is part of a limited access beta.
- type ObjectAnnotation implements Annotation, LayeredElement {
- # The object annotation's classification.
- : ObjectClassification
- # The confidence score for the object's detection.
- : Float
- : DateTime!
- # Whether or not this annotation should
- # be shown in public views.
- : Boolean!
- # The floor the ObjectAnnotation is on.
- : ModelFloor
- : ID!
- # Keywords associated with this ObjectAnnotation.
- : [String!]
- # A short label describing the object.
- : String
- : ModelLayer
- : Model
- : DateTime!
- # The panoramic images which contributed to the object detection.
- : [PanoramicImageLocation!]
- # The ObjectAnnotation's position and stem suggestions.
- # For detections, the centroid of the object.
- : Region
- # The room the ObjectAnnotation is located in.
- : ModelRoom
- # The source for the ObjectAnnotation. For vision generated objects, an
- # InferenceEvent. For user generated objects, UserMetadata.
- : ObjectAnnotationSource!
- # The Mattertag associated with this ObjectAnnotation
- : Mattertag
- }