RacSttOptionsStruct class final

FFI struct for STT options (matches rac_stt_options_t)

Inheritance
Implemented types
Available extensions

Constructors

RacSttOptionsStruct()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
audioFormat int
Audio format of input data
getter/setter pair
detectLanguage int
Whether to auto-detect language
getter/setter pair
enableDiarization int
Whether to enable speaker diarization
getter/setter pair
enablePunctuation int
Whether to add punctuation
getter/setter pair
enableTimestamps int
Whether to include word timestamps
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language Pointer<Utf8>
Language code (e.g., "en")
getter/setter pair
maxSpeakers int
Maximum number of speakers for diarization
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int
Sample rate of input audio (default: 16000 Hz)
getter/setter pair

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