ResultTRemove Method
Removes the first occurrence of a specific object from the inference results.
Namespace: OpenVinoSharp.Extensions.resultAssemblies: OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
public bool Remove(
T item
)
- item T
-
The object to remove from the inference results. The value can be null for reference types.
Boolean[Missing <returns> documentation for "M:OpenVinoSharp.Extensions.result.Result`1.Remove(`0)"]