ITextToAudioService Interface
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.
Interface for text-to-audio services.
public interface ITextToAudioService : Microsoft.SemanticKernel.Services.IAIService
type ITextToAudioService = interface
interface IAIService
Public Interface ITextToAudioService
Implements IAIService
- Derived
- Implements
Properties
Attributes |
Gets the AI service attributes. (Inherited from IAIService) |
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. |