Aspose.OCR-Cloud by Aspose

<PackageReference Include="Aspose.OCR-Cloud" Version="23.5.0" />

 ITextToSpeechApiSync

public interface ITextToSpeechApiSync : IApiAccessor
Represents a collection of functions to interact with the API endpoints
TTSResponse GetTextToSpeechResult(string id, int operationIndex = 0)

GetTextToSpeechResult

object GetTextToSpeechResultFile(string id, int operationIndex = 0)

GetTextToSpeechResultFile

ApiResponse<object> GetTextToSpeechResultFileWithHttpInfo(string id, int operationIndex = 0)

GetTextToSpeechResultFile

ApiResponse<TTSResponse> GetTextToSpeechResultWithHttpInfo(string id, int operationIndex = 0)

GetTextToSpeechResult

string PostTextToSpeech(TTSBodyDeprecated tTSBodyDeprecated, int operationIndex = 0)

PostTextToSpeech

ApiResponse<string> PostTextToSpeechWithHttpInfo(TTSBodyDeprecated tTSBodyDeprecated, int operationIndex = 0)

PostTextToSpeech