ReciterError constructor
ReciterError({
- required ErrorCategory errorType,
- required SpeechErrorType speechErrorType,
- TajweedDurationStatus? durationStatus,
- required String expectedPh,
- required String predictedPh,
- TajweedRule? expectedRule,
- TajweedRule? predictedRule,
- double? expectedDuration,
- double? actualDuration,
Implementation
ReciterError({
required this.errorType,
required this.speechErrorType,
this.durationStatus,
required this.expectedPh,
required this.predictedPh,
this.expectedRule,
this.predictedRule,
this.expectedDuration,
this.actualDuration,
});