We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119fb94 commit 80ae1c8Copy full SHA for 80ae1c8
lib/transcribe.ts
@@ -56,6 +56,8 @@ type Word = {
56
type DialogueElement = {
57
speaker: number;
58
text: string;
59
+ start: number;
60
+ end: number;
61
};
62
63
export class Transcription implements Promise<string> {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "polyfire-js",
3
- "version": "0.2.51",
+ "version": "0.2.52",
4
"main": "index.js",
5
"types": "index.d.ts",
6
"author": "Lancelot Owczarczak <[email protected]>",
0 commit comments