BptImageObjectDetector
API reference for BptImageObjectDetector — parameters, event callbacks, and related configuration.
BptImageObjectDetector
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Src | string | — | |
Width | string | Nullable | — |
Height | string | Nullable | — |
ConfidenceThreshold | int | — | |
MaxDetections | int | — | |
Model | DetectionModel | — | |
ModelPath | string | Nullable | — |
HuggingFaceApiToken | string | Nullable | — |
CustomModelUri | Uri | Nullable | — |
ShowControls | bool | — | |
AutoDetect | bool | — | |
ShowBoundingBoxes | bool | — | |
Enabled | bool | — | |
CssClass | string | Nullable | — |
Style | string | Nullable | — |
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnDetectionComplete | EventCallback<List<DetectionResult>> | — |