UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

40 lines (39 loc) 2.32 kB
/*! * devextreme-angular * Version: 25.2.3 * Build date: Fri Dec 12 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-angular */ import { OnInit, OnDestroy } from '@angular/core'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoSpeechToTextSpeechRecognitionConfigComponent extends NestedOption implements OnDestroy, OnInit { get continuous(): boolean; set continuous(value: boolean); get grammars(): Array<string>; set grammars(value: Array<string>); get interimResults(): boolean; set interimResults(value: boolean); get lang(): string; set lang(value: string); get maxAlternatives(): number; set maxAlternatives(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoSpeechToTextSpeechRecognitionConfigComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoSpeechToTextSpeechRecognitionConfigComponent, "dxo-speech-to-text-speech-recognition-config", never, { "continuous": { "alias": "continuous"; "required": false; }; "grammars": { "alias": "grammars"; "required": false; }; "interimResults": { "alias": "interimResults"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "maxAlternatives": { "alias": "maxAlternatives"; "required": false; }; }, {}, never, never, true, never>; } export declare class DxoSpeechToTextSpeechRecognitionConfigModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoSpeechToTextSpeechRecognitionConfigModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSpeechToTextSpeechRecognitionConfigModule, never, [typeof DxoSpeechToTextSpeechRecognitionConfigComponent], [typeof DxoSpeechToTextSpeechRecognitionConfigComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoSpeechToTextSpeechRecognitionConfigModule>; }