AzureTts class

Constructors

AzureTts()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAvailableVoices() Future<VoicesSuccess>
Get available voices on the Azure Endpoint Region
getTts(TtsParams params) Future<AudioSuccess>
Converts text to speech and return audio file as Uint8List.
init({required String subscriptionKey, required String region, bool withLogs = true}) → void
Initialises the framework.