Remove wrong language from stt event (#16285)

This commit is contained in:
Bram Kragten 2023-04-24 18:08:36 +02:00 committed by GitHub
parent 8b61390e19
commit c0ec7e4f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@ interface PipelineSTTStartEvent extends PipelineEventBase {
type: "stt-start";
data: {
engine: string;
language: string;
metadata: SpeechMetadata;
};
}

View File

@ -17,7 +17,6 @@ const RUN_DATA = {
const STT_DATA = {
engine: "Engine",
language: "Language",
};
const INTENT_DATA = {