AI-generated Key Takeaways
-  SubjectSegmenter is an interface for generating SubjectSegmentationResult in an image. 
-  SubjectSegmentation is the entry point to get a SubjectSegmenter. 
-  Subject is a segmented subject from the input image by SubjectSegmenter. 
-  SubjectSegmentationResult is the result of SubjectSegmentation. 
-  SubjectSegmenterOptions provides options for SubjectSegmenter. 
Interfaces
| SubjectSegmenter | An  SubjectSegmentationclient for generating SubjectSegmentationResultin a supplied image. | 
Classes
| Subject | A segmented subject from the input image by  SubjectSegmenter. | 
| SubjectSegmentation | Entry point to get an  SubjectSegmenterfor generating SubjectSegmentationResultin a supplied image. | 
| SubjectSegmentationResult | Result of  SubjectSegmentation. | 
| SubjectSegmenterOptions | Options for  SubjectSegmenter. | 
| SubjectSegmenterOptions.Builder | Builder class for  SubjectSegmenterOptions. | 
| SubjectSegmenterOptions.SubjectResultOptions | Options for results in Subject. | 
| SubjectSegmenterOptions.SubjectResultOptions.Builder | Builder class for  SubjectSegmenterOptions.SubjectResultOptions. | 
