GalaxeusAiNativeRequest class

Constructors

GalaxeusAiNativeRequest(Map rawData)
GalaxeusAiNativeRequest.getVersion()
factory
GalaxeusAiNativeRequest.playAudioFromFile({required File audio})
factory
GalaxeusAiNativeRequest.speechToTextFromWavFile({required File audio, required File model, bool is_translate = false, int threads = 4, bool is_verbose = false, String language = "id", bool is_special_tokens = false, bool is_no_timestamps = false})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rawData Map
getter/setter pair
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
toJson() Map
toMap() Map
toString() String
A string representation of this object.
override

Operators

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