AI-generated Key Takeaways
-
SubjectSegmenterOptions.SubjectResultOptions
provides configuration for the results of subject segmentation within the ML Kit Vision API. -
It offers a builder class (
SubjectSegmenterOptions.SubjectResultOptions.Builder
) to customize result options. -
The class includes standard methods like
equals()
andhashCode()
for object comparison and management.
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.