INPUT_OBJECT

ImageAnnotationCondition

A condition to be used against ImageAnnotation object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input ImageAnnotationCondition {
  • # Checks for equality with the object’s `id` field.
  • id: UUID
  • # Checks for equality with the object’s `type` field.
  • type: GeometryType
  • # Checks for equality with the object’s `detectionItemId` field.
  • detectionItemId: UUID
  • # Checks for equality with the object’s `x` field.
  • x: BigFloat
  • # Checks for equality with the object’s `y` field.
  • y: BigFloat
  • # Checks for equality with the object’s `width` field.
  • width: BigFloat
  • # Checks for equality with the object’s `height` field.
  • height: BigFloat
  • # Checks for equality with the object’s `label` field.
  • label: String
  • # Checks for equality with the object’s `imageId` field.
  • imageId: UUID
  • # Checks for equality with the object’s `autoGenerated` field.
  • autoGenerated: Boolean
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: Datetime
  • }