adireddy/device-capabilities

View on GitHub
src/Speech.hx

Summary

Maintainability
Test Coverage

callback type is Dynamic
Open

    public function startRecognition(callback:Dynamic -> Void, ?endCallback:Void -> Void, ?noMatchCallback:Void -> Void, ?errorCallback:Void -> Void) {
        recognition.grammars = grammarList;
        recognition.lang = LANGUAGE;
        recognition.interimResults = INTERIM_RESULTS;
        recognition.maxAlternatives = MAX_ALTERNATIVES;
Severity: Info
Found in src/Speech.hx by haxe-checkstyle

Checks for use of Dynamic type anywhere in the code.

There are no issues that match your filters.

Category
Status