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: ImageNodeParams
<T
>
Returns
Overrides
Source
Properties
embedding?
optional
embedding:number
[]
Inherited from
Source
endCharIdx?
optional
endCharIdx:number
Inherited from
Source
excludedEmbedMetadataKeys
excludedEmbedMetadataKeys:
string
[]
Inherited from
ImageNode
. excludedEmbedMetadataKeys
Source
excludedLlmMetadataKeys
excludedLlmMetadataKeys:
string
[]
Inherited from
ImageNode
. excludedLlmMetadataKeys
Source
id_
id_:
string
The unique ID of the Node/Document. The trailing underscore is here to avoid collisions with the id keyword in Python.
Set to a UUID by default.
Inherited from
Source
image
image:
ImageType
Inherited from
Source
metadata
metadata:
T
Inherited from
Source
metadataSeparator
metadataSeparator:
string