ImageSegmentationScaleMode enum

Signature:

export declare enum ImageSegmentationScaleMode 

Enumeration Members

MemberValueDescription
Exact1The returned texture will be the exact size as the one you request. The image may be stretched non-uniformly to fit this size.
FitInside2Return a texture whose dimensions may not exactly match that you requested. The returned texture will be scaled down to match the aspect ratio of the component image segmentation is running on. The returned texture will fit inside / be smaller than the requested dimensions.