@tilde-nlp/asr-api-client
Advanced tools
Comparing version 4.0.22 to 4.0.23
import { Vocabulary } from "../interfaces"; | ||
export type InitialMessage = { | ||
"enable-final-postprocess"?: string[]; | ||
"enable-final-postprocess"?: string[] | any; | ||
"expand-vocab"?: Vocabulary[]; | ||
[key: string]: any; | ||
}; |
{ | ||
"name": "@tilde-nlp/asr-api-client", | ||
"version": "4.0.22", | ||
"version": "4.0.23", | ||
"description": "Library with services for communicating with Tilde TSP platform", | ||
@@ -5,0 +5,0 @@ "private": false, |
75278
31