Property Detected
Detected
Gets the result of the image processing trigger, containing detailed information about detected objects, such as their locations in local coordinates.
Declaration
public TDetectionResult Detected { get; init; }
Property Value
| Type | Description |
|---|---|
| TDetectionResult |
Examples
This could be an instance of IColorSearchDetectionResult, IImageSearchDetectionResult, IMLSearchDetectionResult, or ITextSearchDetectionResult, depending on the specific trigger used.