File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/tasks/src/tasks/automatic-speech-recognition Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,6 @@ export interface AutomaticSpeechRecognitionOutputChunk {
145145 /**
146146 * The start and end timestamps corresponding with the text
147147 */
148- timestamps : number [ ] ;
148+ timestamp : number [ ] ;
149149 [ property : string ] : unknown ;
150150}
Original file line number Diff line number Diff line change 2020 "type" : " string" ,
2121 "description" : " A chunk of text identified by the model"
2222 },
23- "timestamps " : {
23+ "timestamp " : {
2424 "type" : " array" ,
2525 "description" : " The start and end timestamps corresponding with the text" ,
2626 "items" : {
3030 "maxLength" : 2
3131 }
3232 },
33- "required" : [" text" , " timestamps " ]
33+ "required" : [" text" , " timestamp " ]
3434 }
3535 }
3636 },
You can’t perform that action at this time.
0 commit comments