ProtectedMaterialEvaluator constructor
ProtectedMaterialEvaluator({
- required ContentSafetyServiceConfiguration configuration,
Creates a ProtectedMaterialEvaluator.
Implementation
ProtectedMaterialEvaluator({required super.configuration})
: super(
annotationTask: 'protected material',
metricNames: const {
'protected_material': protectedMaterialMetricName,
},
);