Firebase.AI.LiveSessionResponse

Represents the response from the model for live content updates.

Summary

Warning: This API is in Public Preview, which means that the feature is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways.

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.