@lifeintelligencegroup/ngx-lig-ari
Version:
Life Intelligence Group Artificial Intelligence
19 lines (18 loc) • 686 B
TypeScript
import * as i0 from "@angular/core";
export declare class AriSpeechService {
showSpeechRecognitionError: boolean;
showSpeechRecognitionStatus: any;
SpeechSynthesisUtterance: any;
showSpeechSynthesisError: boolean;
showSpeechSynthesisStatus: any;
NativeSpeechSynthesis: any;
SpeechRecognition: any;
constructor();
initWebSpeechRecognition(): void;
initWebSpeechSynthesis(): void;
isWebSpeechRecognitionSupported(): boolean;
isWebSpeechSynthesisSupported(): boolean;
SpeechStopsListening(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AriSpeechService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AriSpeechService>;
}