Package com.castlabs.sdk.viisights
Class ContentClass
java.lang.Object
com.castlabs.sdk.viisights.ContentClass
Represents a content class with its associated attributes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentClass(String name, int score, String classType, Attribute[] attributes) Constructs a new ContentClass object. -
Method Summary
-
Field Details
-
name
The name of the content class. -
score
public final int scoreThe score of the content class. -
classType
The type of the content class. -
attributes
An array of attributes associated with the content class.
-
-
Constructor Details
-
ContentClass
Constructs a new ContentClass object.- Parameters:
name- The name of the content class.score- The score of the content class.classType- The type of the content class.attributes- An array of attributes associated with the content class.
-