ResultTinsert_range Method
Inserts the elements of a collection into the inference results at the specified index.
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 void insert_range(
int index,
IEnumerable<T> collection
)
Parameters
- index Int32
- The zero-based index at which the new elements should be inserted.
- collection IEnumerableT
-
The collection whose elements should be inserted into the inference results.
The collection itself cannot be null, but it can contain elements that are null,
if type T is a reference type.