ISpeechToTextProviderWithUserId
extends
ISpeechToTextProvider
in
Tags
Table of Contents
Methods
- getName() : string
- setUserId() : void
- transcribeFile() : string
Methods
getName()
public
getName() : string
Tags
Return values
stringsetUserId()
public
setUserId(string|null $userId) : void
Parameters
- $userId : string|null
Tags
transcribeFile()
public
transcribeFile(File $file) : string
Parameters
- $file : File