API reference
API reference
Select your platform
No SDKs available
No versions available

FingerFeatureConfigList Class

A serializable list of FingerFeatureConfigs, implicitly all associated with a single finger.
Each FingerFeatureConfig describes only one aspect (FingerFeature) of a finger, meaning multiple can be applicable at the same time; for example, the index finger in the "scissors" hand shape (as in "rock, paper, scissors") must have both low FingerFeature.Curl and high FingerFeature.Abduction. A FingerFeatureConfigList can thus be thought of as a list of requirements, all of which must be satisfied in order for a finger's shape to be acceptable for recognition.

Fields

The list of FingerFeatureConfigs which collectively describe the requirements for a specific finger in a ShapeRecognizer.
For an overview of the role of this list in shape recognition, see the remarks on FingerFeatureConfigList.

Member Functions

Constructs a FingerFeatureConfigList with an empty Value list.
Because that list is the set of all requirements which must be met for a finger to be acceptable in a ShapeRecognizer, an empty list indicates that there are no requirements and the finger is always acceptable.
Constructs a FingerFeatureConfigList with the provided value to be assigned to Value.
Parameters
value
The list of required FingerFeatureConfigs
Did you find this page helpful?
Thumbs up icon
Thumbs down icon