AzureOpenAITextToAudioService 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 text-to-audio service.
public sealed class AzureOpenAITextToAudioService : Microsoft.SemanticKernel.TextToAudio.ITextToAudioService
type AzureOpenAITextToAudioService = class
interface ITextToAudioService
interface IAIService
Public NotInheritable Class AzureOpenAITextToAudioService
Implements ITextToAudioService
- Inheritance
-
AzureOpenAITextToAudioService
- Implements
Constructors
AzureOpenAITextToAudioService(String, String, String, String, HttpClient, ILoggerFactory) |
Initializes a new instance of the AzureOpenAITextToAudioService class. |
AzureOpenAITextToAudioService(String, String, TokenCredential, String, HttpClient, ILoggerFactory) |
Initializes a new instance of the AzureOpenAITextToAudioService class. |
Properties
Attributes |
Gets the AI service attributes. |
DeploymentNameKey |
Gets the key used to store the deployment name in the Attributes dictionary. |
Methods
GetAudioContentsAsync(String, PromptExecutionSettings, Kernel, CancellationToken) |
Get audio contents from text. |
Extension Methods
GetApiVersion(IAIService) |
Gets the API version from |
GetEndpoint(IAIService) |
Gets the endpoint from |
GetModelId(IAIService) |
Gets the model identifier from |
GetAudioContentAsync(ITextToAudioService, String, PromptExecutionSettings, Kernel, CancellationToken) |
Get audio content from text. |