AIAnnotation constructor
AIAnnotation({
- List<
AnnotatedRegion> ? annotatedRegions, - Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new AIAnnotation.
Implementation
AIAnnotation({
this.annotatedRegions,
this.rawRepresentation,
this.additionalProperties,
});