Class: ImageDocument<T>
TextNode is the default node type for text. Most common node type in LlamaIndex.TS
Extends
ImageNode
<T
>
Type parameters
• T extends Metadata
= Metadata
Constructors
new ImageDocument()
new ImageDocument<
T
>(init
):ImageDocument
<T
>
Parameters
• init: ImageNodeConstructorProps
<T
>