UNPKG
dtamind-components
Version:
latest (4.0.0)
4.0.0
3.0.4
DTAmindai Components
dtamind.com
dtamind-components
/
dist
/
src
/
speechToText.d.ts
3 lines
(2 loc)
•
198 B
TypeScript
View Raw
1
2
3
import
{
ICommonObject
,
IFileUpload
}
from
'./Interface'
;
export
declare
const
convertSpeechToText
:
(
upload
:
IFileUpload
,
speechToTextConfig
:
ICommonObject
,
options
:
ICommonObject
) =>
Promise
<
any
>;