File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export class Transcriptions extends APIResource {
21
21
body : TranscriptionCreateParams < 'srt' | 'vtt' | 'text' > ,
22
22
options ?: Core . RequestOptions ,
23
23
) : Core . APIPromise < string > ;
24
+ create ( body : TranscriptionCreateParams , options ?: Core . RequestOptions ) : Core . APIPromise < Transcription > ;
24
25
create (
25
26
body : TranscriptionCreateParams ,
26
27
options ?: Core . RequestOptions ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export class Translations extends APIResource {
22
22
body : TranslationCreateParams < 'text' | 'srt' | 'vtt' > ,
23
23
options ?: Core . RequestOptions ,
24
24
) : Core . APIPromise < string > ;
25
+ create ( body : TranslationCreateParams , options ?: Core . RequestOptions ) : Core . APIPromise < Translation > ;
25
26
create (
26
27
body : TranslationCreateParams ,
27
28
options ?: Core . RequestOptions ,
You can’t perform that action at this time.
0 commit comments