Class

AzureTtsEngine

USI.AI

Public SDK type.

public sealed class AzureTtsEngine : ITextToSpeechEngine

Constructors

AzureTtsEngine

public AzureTtsEngine(AzureSpeechOptions options, HttpClient httpClient = null)

Methods

SynthesizeAsync

public Task<USIAIResult<SpeechAudio>> SynthesizeAsync(SpeechSynthesisRequest request, CancellationToken cancellationToken = null)