VoiceLifecycleEvent class
Voice / audio higher-level events. Mirrors RN events.ts:136-187 (SDKVoiceEvent: 41 variants). Plus Dart SDKVoiceEvent (~15 concrete classes), Kotlin STTEvent + TTSEvent.
Renamed from VoiceEvent to VoiceLifecycleEvent to avoid colliding with
runanywhere.v1.VoiceEvent from voice_events.proto, which carries the
low-level streaming pipeline payloads (UserSaid / AssistantToken /
AudioFrame / VAD / Interrupted / StateChange / Error / Metrics). The
pipeline events are exposed via SDKEvent.voice_pipeline; this message
is exposed via SDKEvent.voice.
- Available extensions
Constructors
- VoiceLifecycleEvent({VoiceEventKind? kind, String? sessionId, String? text, double? confidence, String? responseText, String? audioBase64, Int64? durationMs, double? audioLevel, String? transcription, String? turnResponse, String? turnAudioBase64, String? error, String? modelId, String? modelName, Int64? audioLengthMs, int? audioSizeBytes, int? wordCount, double? realTimeFactor, String? language, int? sampleRate, bool? isStreaming, int? framework, int? characterCount, Int64? audioDurationMs, int? audioSizeBytesTts, Int64? processingDurationMs, double? charactersPerSecond})
-
factory
-
VoiceLifecycleEvent.fromBuffer(List<
int> data, [ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) -
factory
- VoiceLifecycleEvent.fromJson(String json, [ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY])
-
factory
Properties
- audioBase64 ↔ String
-
For AUDIO_GENERATED — base64-encoded PCM (RN events.ts:145).
getter/setter pair
- audioDurationMs ↔ Int64
-
getter/setter pair
- audioLengthMs ↔ Int64
-
getter/setter pair
- audioLevel ↔ double
-
For VOICE_SESSION_LISTENING — current audio level (RN events.ts:178).
getter/setter pair
- audioSizeBytes ↔ int
-
getter/setter pair
- audioSizeBytesTts ↔ int
-
getter/setter pair
- characterCount ↔ int
-
TTS synthesis metrics.
getter/setter pair
- charactersPerSecond ↔ double
-
getter/setter pair
- confidence ↔ double
-
getter/setter pair
- durationMs ↔ Int64
-
For RECORDING_STOPPED / PLAYBACK_STARTED / PLAYBACK_COMPLETED —
duration in milliseconds (RN events.ts:158, 160-161).
getter/setter pair
- error ↔ String
-
For *_ERROR / *_FAILED.
getter/setter pair
- framework ↔ int
-
getter/setter pair
- hashCode → int
-
Calculates a hash code based on the contents of the protobuf.
no setterinherited
- info_ → BuilderInfo
-
no setter
- isFrozen → bool
-
Returns
trueif this message is marked read-only. Otherwisefalse.no setterinherited - isStreaming ↔ bool
-
getter/setter pair
- kind ↔ VoiceEventKind
-
getter/setter pair
- language ↔ String
-
getter/setter pair
- modelId ↔ String
-
getter/setter pair
- modelName ↔ String
-
getter/setter pair
- processingDurationMs ↔ Int64
-
getter/setter pair
- realTimeFactor ↔ double
-
getter/setter pair
- responseText ↔ String
-
For RESPONSE_GENERATED.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int
-
getter/setter pair
- sessionId ↔ String
-
For listeningStarted / voiceSession_* — optional session id.
getter/setter pair
- text ↔ String
-
For TRANSCRIPTION_PARTIAL / TRANSCRIPTION_FINAL / STT_PARTIAL_RESULT /
STT_COMPLETED.
getter/setter pair
- transcription ↔ String
-
For VOICE_SESSION_TRANSCRIBED / VOICE_SESSION_RESPONDED /
VOICE_SESSION_TURN_COMPLETED — RN events.ts:182-185.
getter/setter pair
- turnAudioBase64 ↔ String
-
getter/setter pair
- turnResponse ↔ String
-
getter/setter pair
- unknownFields → UnknownFieldSet
-
no setterinherited
- wordCount ↔ int
-
getter/setter pair
Methods
-
addExtension(
Extension extension, Object? value) → void -
Adds an extension field value to a repeated field.
inherited
-
check(
) → void -
Throws a StateError if the message has required fields without a value.
inherited
-
clear(
) → void -
Clears all data that was set in this message.
inherited
-
clearAudioBase64(
) → void -
clearAudioDurationMs(
) → void -
clearAudioLengthMs(
) → void -
clearAudioLevel(
) → void -
clearAudioSizeBytes(
) → void -
clearAudioSizeBytesTts(
) → void -
clearCharacterCount(
) → void -
clearCharactersPerSecond(
) → void -
clearConfidence(
) → void -
clearDurationMs(
) → void -
clearError(
) → void -
clearExtension(
Extension extension) → void -
Clears an extension field and also removes the extension.
inherited
-
clearField(
int tagNumber) → void -
Clears the contents of a given field.
inherited
-
clearFramework(
) → void -
clearIsStreaming(
) → void -
clearKind(
) → void -
clearLanguage(
) → void -
clearModelId(
) → void -
clearModelName(
) → void -
clearProcessingDurationMs(
) → void -
clearRealTimeFactor(
) → void -
clearResponseText(
) → void -
clearSampleRate(
) → void -
clearSessionId(
) → void -
clearText(
) → void -
clearTranscription(
) → void -
clearTurnAudioBase64(
) → void -
clearTurnResponse(
) → void -
clearWordCount(
) → void -
clone(
) → VoiceLifecycleEvent - Creates a deep copy of the fields in this message.
-
copyWith(
void updates(VoiceLifecycleEvent)) → VoiceLifecycleEvent -
Apply
updatesto a copy of this message. -
createEmptyInstance(
) → VoiceLifecycleEvent - Creates an empty instance of the same message type as this.
-
deepCopy(
) → T -
Available on T, provided by the GeneratedMessageGenericExtensions extension
Returns a writable deep copy of this message. -
extensionsAreInitialized(
) → bool -
inherited
-
freeze(
) → GeneratedMessage -
Make this message read-only.
inherited
-
getDefaultForField(
int tagNumber) → dynamic -
Returns the default value for the given field.
inherited
-
getExtension(
Extension extension) → dynamic -
Returns the value of
extension.inherited -
getField(
int tagNumber) → dynamic -
Returns the value of the field associated with
tagNumber, or the default value if it is not set.inherited -
getFieldOrNull(
int tagNumber) → dynamic -
Returns the value of a field, ignoring any defaults.
inherited
-
getTagNumber(
String fieldName) → int? -
inherited
-
hasAudioBase64(
) → bool -
hasAudioDurationMs(
) → bool -
hasAudioLengthMs(
) → bool -
hasAudioLevel(
) → bool -
hasAudioSizeBytes(
) → bool -
hasAudioSizeBytesTts(
) → bool -
hasCharacterCount(
) → bool -
hasCharactersPerSecond(
) → bool -
hasConfidence(
) → bool -
hasDurationMs(
) → bool -
hasError(
) → bool -
hasExtension(
Extension extension) → bool -
Returns
trueif a value ofextensionis present.inherited -
hasField(
int tagNumber) → bool -
Whether this message has a field associated with
tagNumber.inherited -
hasFramework(
) → bool -
hasIsStreaming(
) → bool -
hasKind(
) → bool -
hasLanguage(
) → bool -
hasModelId(
) → bool -
hasModelName(
) → bool -
hasProcessingDurationMs(
) → bool -
hasRealTimeFactor(
) → bool -
hasRequiredFields(
) → bool -
Whether the message has required fields.
inherited
-
hasResponseText(
) → bool -
hasSampleRate(
) → bool -
hasSessionId(
) → bool -
hasText(
) → bool -
hasTranscription(
) → bool -
hasTurnAudioBase64(
) → bool -
hasTurnResponse(
) → bool -
hasWordCount(
) → bool -
isInitialized(
) → bool -
Whether all required fields in the message and embedded messages are set.
inherited
-
mergeFromBuffer(
List< int> input, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void -
Merges serialized protocol buffer data into this message.
inherited
-
mergeFromCodedBufferReader(
CodedBufferReader input, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void -
Same as
mergeFromBuffer, but takes aCodedBufferReaderinput.inherited -
mergeFromJson(
String data, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void -
Merges field values from
data, a JSON object, encoded as described byGeneratedMessage.writeToJson.inherited -
mergeFromJsonMap(
Map< String, dynamic> json, [ExtensionRegistry extensionRegistry = ExtensionRegistry.EMPTY]) → void -
Merges field values from a JSON object represented as a Dart map.
inherited
-
mergeFromMessage(
GeneratedMessage other) → void -
Merges the contents of the
otherinto this message.inherited -
mergeFromProto3Json(
Object? json, {TypeRegistry typeRegistry = const TypeRegistry.empty(), bool ignoreUnknownFields = false, bool supportNamesWithUnderscores = true, bool permissiveEnums = false}) → void -
Merges field values from
json, a JSON object using proto3 encoding.inherited -
mergeUnknownFields(
UnknownFieldSet unknownFieldSet) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
void updates(T)) → T -
Available on T, provided by the GeneratedMessageGenericExtensions extension
Applyupdatesto a copy of this message. -
setExtension(
Extension extension, Object value) → void -
Sets the value of a non-repeated extension field to
value.inherited -
setField(
int tagNumber, Object value) → void -
Sets the value of a field by its
tagNumber.inherited -
toBuilder(
) → GeneratedMessage -
Creates a writable, shallow copy of this message.
inherited
-
toDebugString(
) → String -
Returns a String representation of this message.
inherited
-
toProto3Json(
{TypeRegistry typeRegistry = const TypeRegistry.empty()}) → Object? -
Returns an Object representing Proto3 JSON serialization of
this.inherited -
toString(
) → String -
Returns a String representation of this message.
inherited
-
writeToBuffer(
) → Uint8List -
Serialize the message as the protobuf binary format.
inherited
-
writeToCodedBufferWriter(
CodedBufferWriter output) → void -
Same as
writeToBuffer, but serializes to the givenCodedBufferWriter.inherited -
writeToJson(
) → String -
Returns a JSON string that encodes this message.
inherited
-
writeToJsonMap(
) → Map< String, dynamic> -
Returns the JSON encoding of this message as a Dart Map.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited