Show / Hide Table of Contents

Struct TrackingResults

Structure defining the tracking results of a NeuroTag.

Namespace: NextMind.NeuroTags
Assembly: NextMind.dll
Syntax
public struct TrackingResults

Properties

Confidence

The user's level of attention on a NeuroTag.

Declaration
public float Confidence { get; }
Property Value
Type Description
System.Single

A value between 0 and 1

Hit

Is the NeuroTag triggered by the user?

Declaration
public bool Hit { get; }
Property Value
Type Description
System.Boolean

true if the NeuroTag is triggered, false otherwise.