@beta This field is part of a limited access beta.
- type ObjectAnnotation implements Annotation, LayeredElement {
- ID! :
- DateTime! :
- DateTime! :
- Model :
- ModelLayer :
- # The source for the ObjectAnnotation. For vision generated objects, an
- # InferenceEvent. For user generated objects, UserMetadata.
- ObjectAnnotationSource! :
- # The floor the ObjectAnnotation is on.
- ModelFloor :
- # The room the ObjectAnnotation is located in.
- ModelRoom :
- # Whether or not this annotation should
- # be shown in public views.
- Boolean! :
- # A short label describing the object.
- String :
- # The confidence score for the object's detection.
- Float :
- # 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 Mattertag associated with this ObjectAnnotation
- Mattertag :
- # Keywords associated with this ObjectAnnotation.
- String!] : [
- # The object annotation's classification.
- ObjectClassification :
- }