Remove bogus Stream parameter in Stream.intermediateDecode TS definition

This commit is contained in:
Reuben Morais 2020-05-25 11:00:58 +02:00
parent b8f9d036c2
commit 83320c1a10

View File

@ -134,7 +134,7 @@ feedAudioContent(aBuffer: Buffer): void;
*
* @return The STT intermediate result.
*/
intermediateDecode(aSctx: Stream): string;
intermediateDecode(): string;
/**
* Compute the intermediate decoding of an ongoing streaming inference, return results including metadata.