SubjectSegmenterOptions.SubjectResultOptions

  • 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() and hashCode() for object comparison and management.

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
equals(Object o)
Indicates whether some other object is "equal to" this one.
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.