docs-devsite/ai.inlinedatapart.md
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 %}
Content part interface if the part represents an image.
<b>Signature:</b>
export interface InlineDataPart
| Property | Type | Description |
|---|---|---|
| codeExecutionResult | never | |
| executableCode | never | |
| functionCall | never | |
| functionResponse | never | |
| inlineData | GenerativeContentBlob | |
| text | never | |
| thought | boolean | |
| videoMetadata | VideoMetadata | Applicable if <code>inlineData</code> is a video. |
<b>Signature:</b>
codeExecutionResult?: never;
<b>Signature:</b>
executableCode?: never;
<b>Signature:</b>
functionCall?: never;
<b>Signature:</b>
functionResponse?: never;
<b>Signature:</b>
inlineData: GenerativeContentBlob;
<b>Signature:</b>
text?: never;
<b>Signature:</b>
thought?: boolean;
Applicable if inlineData is a video.
<b>Signature:</b>
videoMetadata?: VideoMetadata;