Package com.castlabs.sdk.viisights
Class Attribute
java.lang.Object
com.castlabs.sdk.viisights.Attribute
Represents an attribute with a class type, name, value, and score.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classType
The class type of the attribute. -
name
The name of the attribute. -
value
The value of the attribute. -
score
public final int scoreThe score of the attribute.
-
-
Constructor Details
-
Attribute
Constructs a new Attribute object.- Parameters:
classType- The class type of the attribute.name- The name of the attribute.value- The value of the attribute.score- The score of the attribute.
-