Constructor
new AIImageAnalysisResults(options)
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | Configuration options
Properties
|
Methods
getFillPoints() → {boolean}
Gets the fill points for the AI analysis annotations
Returns:
- Type
- boolean
getFocusOnSelection() → {boolean}
Gets the state of the focusOnSelection option
Returns:
- Type
- boolean
getZoomOnNavigation() → {boolean}
Gets the state of the zoomOnNavigation option
Returns:
- Type
- boolean
setFillPoints(fillPoints)
Toggles the fillPoints option for the AI analysis annotations
Parameters:
| Name | Type | Description |
|---|---|---|
fillPoints |
boolean | Whether to fill the points for the AI analysis annotations |
setFocusOnSelection(focusOnSelection)
Toggles the focusOnSelection option
Parameters:
| Name | Type | Description |
|---|---|---|
focusOnSelection |
boolean | Whether to focus on the selected annotation when the selection changes |
setZoomOnNavigation(zoomOnNavigation)
Toggles the zoomOnNavigation option
Parameters:
| Name | Type | Description |
|---|---|---|
zoomOnNavigation |
boolean | Whether to zoom when navigating to an annotation |
