CollectorChunkData Property
Gets the measurement chunk data which has been collected up
for the current chunk until this point.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.13.4.0 (4.13.4.0)
public ChunkData ChunkData { get; }
Public ReadOnly Property ChunkData As ChunkData
Get
public:
property ChunkData^ ChunkData {
ChunkData^ get ();
}
member ChunkData : ChunkData with get
Property Value
ChunkData
The collected measurement chunk data is offloaded to the
ChunkData and resets the internal collector state to continue
processing more frames in the next chunk.