Preparing search index...
The search index is not available
cvat-sdk
cvat-sdk
PaginatedLabelList
Interface PaginatedLabelList
Export
PaginatedLabelList
interface
PaginatedLabelList
{
count
:
number
;
next
?:
null
|
string
;
previous
?:
null
|
string
;
results
:
Label
[]
;
}
Index
Properties
count
next?
previous?
results
Properties
count
count
:
number
Memberof
PaginatedLabelList
Optional
next
next
?:
null
|
string
Memberof
PaginatedLabelList
Optional
previous
previous
?:
null
|
string
Memberof
PaginatedLabelList
results
results
:
Label
[]
Memberof
PaginatedLabelList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
next
previous
results
cvat-sdk
Loading...
Export
PaginatedLabelList