CollectorForceComplete Method

Forces the completion of a collection.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public void ForceComplete()

Remarks

Collections will trigger a ChunkAvailable when enough data has been collected. When processing a video file, the final chunk may be insufficient in length and never trigger the ChunkAvailable state. ForceComplete() will force the collector into a measurement Complete state and create a final payload with any remaining state.

See Also