Firebase.AI.LiveSessionResponse

Represents the response from the model for live content updates.

Summary

Properties

Audio
IReadOnlyList< byte[]>
The response's content that was audio, if it exists.
AudioAsFloat
IReadOnlyList< float[]>
The response's content that was audio, if it exists, converted into floats.
Message
The detailed message from the live session.
Text
string
The response's content as text, if it exists.

Properties

Audio

IReadOnlyList< byte[]> Firebase::AI::LiveSessionResponse::Audio

The response's content that was audio, if it exists.

AudioAsFloat

IReadOnlyList< float[]> Firebase::AI::LiveSessionResponse::AudioAsFloat

The response's content that was audio, if it exists, converted into floats.

Message

readonly ILiveSessionMessage Firebase::AI::LiveSessionResponse::Message

The detailed message from the live session.

Text

string Firebase::AI::LiveSessionResponse::Text

The response's content as text, if it exists.