AutoBE
Preparing search index...
@autobe/interface
DocumentChunk
Interface DocumentChunk
interface
DocumentChunk
{
content
:
string
;
externalId
?:
string
;
kind
:
DocumentChunkKind
;
metadata
?:
JsonRecord
;
order
:
number
;
source
?:
ChunkSource
;
structural
?:
ChunkStructural
;
}
Hierarchy (
View Summary
)
DocumentChunk
NormalizedDocumentChunk
Index
Properties
content
external
Id?
kind
metadata?
order
source?
structural?
Properties
content
content
:
string
Optional
external
Id
externalId
?:
string
kind
kind
:
DocumentChunkKind
Optional
metadata
metadata
?:
JsonRecord
order
order
:
number
Parser-provided ordering hint, unique within one parsed document.
Optional
source
source
?:
ChunkSource
Optional
structural
structural
?:
ChunkStructural
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
external
Id
kind
metadata
order
source
structural
AutoBE
Loading...
Parser-provided ordering hint, unique within one parsed document.