Skip to main content
API Reference NianticSpatial.NSDK.AR.SceneSegmentation ARSceneSegmentationManager

GetChannelNameFromEnum

Converts a SceneSegmentationChannel enum value to its string representation for display purposes.

Declaration

public static string GetChannelNameFromEnum(SceneSegmentationChannel channel)

Summary

Converts a SceneSegmentationChannel enum value to its string representation for display purposes.

Returns

The string representation of the channel (e.g., "sky", "ground", "natural_ground").

Parameters

NameTypeSummary
channelSceneSegmentationChannel
The semantic channel enum value.