CollectorForceComplete Method
Forces the completion of a collection.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public void ForceComplete()
public:
void ForceComplete()
member ForceComplete : unit -> unit
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.