-
-
Notifications
You must be signed in to change notification settings - Fork 9
OpenAI.AudioTranscription.Create
Andrew Lambert edited this page Mar 6, 2023
·
2 revisions
OpenAI.AudioTranscription.Create
Shared Function Create(Request As OpenAI.Request) As OpenAI.AudioTranscription
Shared Function Create(AudioFile As FolderItem, Language As String = "", Prompt As String = "", FileMIMEType As String = "") As OpenAI.AudioTranscription| Name | Type | Comment |
|---|---|---|
| Request | Request | An OpenAI request object. |
| Name | Type | Comment |
|---|---|---|
| AudioFile | FolderItem | The media file to transcribe. |
| Language | String | Optional. The language of the AudioFile. |
| Prompt | String | Optional. A prompt to hint the AI about how to interpret the AudioFile. |
| FileMIMEType | String | Optional. Specifies the MIMEtype of the AudioFile. |
Returns a new instance of OpenAI.AudioTranscription containing the response to the request.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.