AzureSdkVoicePlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- AzureSdkVoicePlatform
- Implementers
Constructors
- AzureSdkVoicePlatform.new()
- Constructs a AzureSdkVoicePlatform.
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
-
init(
String key, String region) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
playRecordedAudio(
String name) → Future< String?> -
pronunciationScore(
String name, String language, String topic) → Future< String?> -
speak(
String content, Function callback) → Future< String?> -
speakStop(
) → Future< String?> -
startRecording(
String name) → Future< String?> -
startTranslateContinuous(
String recLanguage, String toLanguage, Function callback) → Future< String?> -
stopRecording(
) → Future< String?> -
stopTranslateContinuous(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
translate(
String name, String recLanguage, String toLanguage) → Future< String?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ AzureSdkVoicePlatform
-
The default instance of AzureSdkVoicePlatform to use.
getter/setter pair