MachineLearningDetectionConfig.fromJson constructor
Implementation
factory MachineLearningDetectionConfig.fromJson(Map<String, dynamic> json) {
return MachineLearningDetectionConfig(
confidenceLevel: (json['confidenceLevel'] as String).toConfidenceLevel(),
);
}