STTOutput class

Output from Speech-to-Text transcription Matches Swift STTOutput from Public/Extensions/STT/STTTypes.swift

Constructors

STTOutput({required String text, required double confidence, String? detectedLanguage, required DateTime timestamp})
const

Properties

confidence double
Confidence score (0.0 to 1.0)
final
detectedLanguage String?
Detected language if auto-detected
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Transcribed text
final
timestamp DateTime
Timestamp of the transcription
final

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