Interface ITextToSpeechPostRequest
- Namespace
- Uralstech.UCloud.TextToSpeech
All TTS API POST requests must inherit from this interface.
public interface ITextToSpeechPostRequest : ITextToSpeechRequest
- Inherited Members
Properties
ContentType
The MIME type of the request content.
string ContentType { get; }
Property Value
- string
Methods
GetUtf8EncodedData()
Converts the request object to a UTF-8 encoded string.
string GetUtf8EncodedData()
Returns
- string
The string data.