Partager via


IAudioToTextService Interface

Definition

Interface for audio-to-text services.

public interface IAudioToTextService : Microsoft.SemanticKernel.Services.IAIService
type IAudioToTextService = interface
    interface IAIService
Public Interface IAudioToTextService
Implements IAIService
Derived
Implements

Properties

Attributes

Gets the AI service attributes.

(Inherited from IAIService)

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 service's Attributes

GetEndpoint(IAIService)

Gets the endpoint from service's Attributes.

GetModelId(IAIService)

Gets the model identifier from service's Attributes.

Applies to