Class Attribute

java.lang.Object
com.castlabs.sdk.viisights.Attribute

public class Attribute extends Object
Represents an attribute with a class type, name, value, and score.
  • Field Details

    • classType

      public final String classType
      The class type of the attribute.
    • name

      public final String name
      The name of the attribute.
    • value

      public final String value
      The value of the attribute.
    • score

      public final int score
      The score of the attribute.
  • Constructor Details

    • Attribute

      public Attribute(String classType, String name, String value, int score)
      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.