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 | readonlyILiveSessionMessageThe detailed message from the live session. |
Text | stringThe 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
readonlyILiveSessionMessageFirebase::AI::LiveSessionResponse::Message
The detailed message from the live session.
Text
stringFirebase::AI::LiveSessionResponse::Text
The response's content as text, if it exists.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-24 UTC.