Firebase.AI.LiveSessionResponse

Represents the response from the model for live content updates.

Summary

Properties

Audio
IEnumerable< byte[]>
The response's content that was audio, if it exists.
AudioAsFloat
IEnumerable< 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

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

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

AudioAsFloat

IEnumerable< 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.