Table of Contents

Interface ITextToSpeechRequest

All TTS API requests must inherit from this interface.

public interface ITextToSpeechRequest

Properties

UriParent

The base endpoint URI + version.

string UriParent { get; }

Property Value

string

Methods

GetEndpointUri()

Gets the URI to the API endpoint.

string GetEndpointUri()

Returns

string

The URI.