InteractiveSegmenterOptions
class InteractiveSegmenterOptions : TaskOptions, NSCopyingOptions for setting up a InteractiveSegmenter.
- 
                  
                  The locale to use for display names specified through the TFLite Model Metadata, if any. Defaults to English. DeclarationSwift var displayNamesLocale: String { get set }
- 
                  
                  Represents whether to output confidence masks. DeclarationSwift var shouldOutputConfidenceMasks: Bool { get set }
- 
                  
                  Represents whether to output category mask. DeclarationSwift var shouldOutputCategoryMask: Bool { get set }