AI-generated Key Takeaways
-
SubjectSegmenterOptions.SubjectResultOptions provides options for results in Subject.
-
It includes a nested Builder class for creating instances.
-
Public methods include
equals()to check for object equality andhashCode()to get a hash code value.
public static class SubjectSegmenterOptions.SubjectResultOptions extends Object
Options for results in Subject.
Nested Class Summary
| class | SubjectSegmenterOptions.SubjectResultOptions.Builder | Builder class for
SubjectSegmenterOptions.SubjectResultOptions. |
|
Public Method Summary
| boolean | |
| int |
hashCode()
Returns a hash code value for the object.
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Indicates whether some other object is "equal to" this one.
public int hashCode ()
Returns a hash code value for the object.