AzureOpenAIAudioToTextService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure OpenAI audio-to-text service.
public sealed class AzureOpenAIAudioToTextService : Microsoft.SemanticKernel.AudioToText.IAudioToTextService
type AzureOpenAIAudioToTextService = class
interface IAudioToTextService
interface IAIService
Public NotInheritable Class AzureOpenAIAudioToTextService
Implements IAudioToTextService
- Inheritance
-
AzureOpenAIAudioToTextService
- Implements
Constructors
AzureOpenAIAudioToTextService(String, AzureOpenAIClient, String, ILoggerFactory) |
Initializes a new instance of the AzureOpenAIAudioToTextService class. |
AzureOpenAIAudioToTextService(String, String, String, String, HttpClient, ILoggerFactory) |
Initializes a new instance of the AzureOpenAIAudioToTextService class. |
AzureOpenAIAudioToTextService(String, String, TokenCredential, String, HttpClient, ILoggerFactory) |
Initializes a new instance of the AzureOpenAIAudioToTextService class. |
Properties
Attributes |
Gets the AI service attributes. |
Methods
GetTextContentsAsync(AudioContent, PromptExecutionSettings, Kernel, CancellationToken) |
Get text contents from audio content. |
Extension Methods
GetTextContentAsync(IAudioToTextService, AudioContent, PromptExecutionSettings, Kernel, CancellationToken) |
Get text content from audio content. |
GetApiVersion(IAIService) |
Gets the API version from |
GetEndpoint(IAIService) |
Gets the endpoint from |
GetModelId(IAIService) |
Gets the model identifier from |