Record Class EmojiAnnotation.Value
java.lang.Object
java.lang.Record
opennlp.tools.util.normalizer.EmojiAnnotation.Value
- Record Components:
value- The attribute value. Must not benullor empty.source- The provenance tag, for exampleCLDR:annotation,UCD:emoji-test, orUNSPECIFIED(the explicit marker for a project judgment). Must not benullor empty.notes- Free-text notes, for example the upstream subgroup a value was derived from. Must not benull; may be empty.
- Enclosing class:
EmojiAnnotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.notes()Returns the value of thenotesrecord component.source()Returns the value of thesourcerecord component.final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
-
Constructor Details
-
Value
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
value
-
source
-
notes
-