GetChannelNameFromEnum
Converts a SceneSegmentationChannel enum value to its string representation for display purposes.
Declaration
public static string GetChannelNameFromEnum(SceneSegmentationChannel channel)
Summary
Returns
The string representation of the channel (e.g., "sky", "ground", "natural_ground").
Parameters
| Name | Type | Summary |
|---|---|---|
| channel | SceneSegmentationChannel | The semantic channel enum value. |
Converts a SceneSegmentationChannel enum value to its string representation for display purposes.