AIAnnotation constructor

AIAnnotation({
  1. List<AnnotatedRegion>? annotatedRegions,
  2. Object? rawRepresentation,
  3. AdditionalPropertiesDictionary? additionalProperties,
})

Creates a new AIAnnotation.

Implementation

AIAnnotation({
  this.annotatedRegions,
  this.rawRepresentation,
  this.additionalProperties,
});