@class NSString; @protocol NURenderStatistics, NUImageBuffer; @interface _NUVisionSegmentationResult : _NURenderResult { id _buffer; id _confidenceBuffer; } @property (nonatomic) long long segmentationType; @property (readonly, nonatomic) id matteImageBuffer; @property (readonly, nonatomic) id confidenceMapBuffer; @property (readonly) id statistics; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void).cxx_destruct; - (id)initWithSegmentedMatteBuffer:(id)a0 confidenceMapBuffer:(id)a1; @end