Remove bogus Stream parameter in Stream.intermediateDecode TS definition
This commit is contained in:
parent
b8f9d036c2
commit
83320c1a10
2
native_client/javascript/index.d.ts
vendored
2
native_client/javascript/index.d.ts
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user