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.
Custom - Lightship will use the model file provided by the user.
The model file path can be provided via the ARDK configuration file or with IModelPreloader.RegisterModel(SemanticsMode, string).
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.