Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Result object returned from GenerativeModel.generateContentStream() call. Iterate over stream to get chunks as they come in and/or use the response promise to get the aggregated response when the stream is done.
Signature:
export interface GenerateContentStreamResult | Property | Type | Description |
|---|---|---|
| response | Promise<EnhancedGenerateContentResponse> | |
| stream | AsyncGenerator<EnhancedGenerateContentResponse> |
Signature:
response: Promise<EnhancedGenerateContentResponse>;Signature:
stream: AsyncGenerator<EnhancedGenerateContentResponse>;