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 
            SubjectSegmentation client for generating 
            SubjectSegmentationResult in a supplied image.  | 
          
Classes
| Subject | A segmented subject from the input image by
            
            SubjectSegmenter.  | 
          
| SubjectSegmentation | Entry point to get an 
            SubjectSegmenter for generating 
            SubjectSegmentationResult in 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.  |