SongGuess
Preparing search index...
server/worker-configuration
AiSearchItemChunk
Type Alias AiSearchItemChunk
A single indexed chunk belonging to an item, including its text content and byte range.
type
AiSearchItemChunk
=
{
end_byte
:
number
;
id
:
string
;
item
?:
{
key
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
timestamp
?:
number
;
}
;
start_byte
:
number
;
text
:
string
;
}
Index
Properties
end_
byte
id
item?
start_
byte
text
Properties
end_
byte
end_byte
:
number
id
id
:
string
Optional
item
item
?:
{
key
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
timestamp
?:
number
}
start_
byte
start_byte
:
number
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end_
byte
id
item
start_
byte
text
SongGuess
Loading...
A single indexed chunk belonging to an item, including its text content and byte range.