ITextToAudioService Interface

Definition

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

Name Description
Attributes

Gets the AI service attributes.

(Inherited from IAIService)

Methods

Name Description
GetAudioContentsAsync(String, PromptExecutionSettings, Kernel, CancellationToken)

Get audio contents from text.

Extension Methods

Name Description
GetApiVersion(IAIService)

Gets the API version from service's Attributes

GetAudioContentAsync(ITextToAudioService, String, PromptExecutionSettings, Kernel, CancellationToken)

Get audio content from text.

GetEndpoint(IAIService)

Gets the endpoint from service's Attributes.

GetModelId(IAIService)

Gets the model identifier from service's Attributes.

Applies to