Package com.castlabs.sdk.viisights
Class Category
java.lang.Object
com.castlabs.sdk.viisights.Category
Represents a category with a label, ID, type, name, and score.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
The label of the category. -
id
The ID of the category. -
categoryType
The type of the category. -
name
The name of the category. -
score
public final double scoreThe score of the category.
-
-
Constructor Details
-
Category
Constructs a new Category object.- Parameters:
label- The label of the category.id- The ID of the category.categoryType- The type of the category.name- The name of the category.score- The score of the category.
-