Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References

RealtimeImagePart

Interface: RealtimeImagePart

Defined in: packages/typescript/ai/src/realtime/types.ts:136

Image content part in a realtime message

Properties

data

ts
data: string;
data: string;

Defined in: packages/typescript/ai/src/realtime/types.ts:139

Base64-encoded image data or a URL


mimeType

ts
mimeType: string;
mimeType: string;

Defined in: packages/typescript/ai/src/realtime/types.ts:141

MIME type of the image (e.g., 'image/png', 'image/jpeg')


type

ts
type: "image";
type: "image";

Defined in: packages/typescript/ai/src/realtime/types.ts:137