@ng-web-apis/speech
Version:
A library for using Web Speech API with Angular
12 lines (11 loc) • 465 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class SpeechRecognitionService extends Observable<SpeechRecognitionResult[]> {
private readonly classRef;
private readonly lang;
private readonly maxAlternatives;
private readonly ngZone;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<SpeechRecognitionService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SpeechRecognitionService>;
}