enum SemanticsMode
(Niantic.Lightship.AR.Utilities.Preloading.SemanticsMode)
Overview
The Lightship semantic segmentation model to use.
enum SemanticsMode: byte {
	    Unspecified = 0,
	    Custom      = 1,
	    Fast        = 2,
	    Medium      = 3,
	    Smooth      = 4,
};
Detailed Documentation
The Lightship semantic segmentation model to use.
Enum Values
Unspecified - The default model will be used, if applicable.
Fast - Semantic segmentation will be generated at the fastest resolution.
Medium - Semantic segmentation will be generated at a medium resolution.
Smooth - Semantic segmentation will be generated at the best resolution.