NeuroLink API Reference v9.62.0
NeuroLink API Reference / ImageWithAltText
ImageWithAltText =
object
Defined in: types/multimodal.ts:358
Image data with optional alt text for accessibility Use this when you need to provide alt text for screen readers and SEO
const imageWithAlt: ImageWithAltText = {
data: imageBuffer,
altText: "A dashboard showing quarterly sales trends",
};data:
Buffer|string
Defined in: types/multimodal.ts:360
Image data as Buffer, base64 string, URL, or data URI
optionalaltText?:string
Defined in: types/multimodal.ts:362
Alternative text for accessibility (screen readers, SEO)