AiClassificationResponse constructor
AiClassificationResponse({})
Implementation
AiClassificationResponse({
required this.imageClassification,
required this.textClassification,
required this.isSensitive,
});
AiClassificationResponse({
required this.imageClassification,
required this.textClassification,
required this.isSensitive,
});