Why Meta Quest?
Design
Develop
API reference
Distribute and grow
Blog
Support
API reference
API reference
Select your platform
No SDKs available
No versions available
Overview
AlertViewHUD
Boundary
Fusion
IOVRAnchorComponent
InlineLinkAttribute
Meta
OVR
OVRAnchor
OVRAnchorContainer
OVRAudioSourceTest
OVRAutoDestroyInMRC
OVRBody
OVRBone
OVRBoneCapsule
OVRBoundary
OVRBounded2D
OVRBounded3D
OVRBuildInfo
OVRCameraRig
OVRChromaticAberration
OVRColocationSession
OVRControllerDrivenHandPosesSample
OVRControllerHelper
OVRControllerTest
OVRCubemapCapture
OVRCursor
OVRCustomFace
OVRCustomFaceExtensions
OVRCustomSkeleton
OVRDebugHeadController
OVRDebugInfo
OVRDisplay
OVRDynamicObject
OVREnumExtensions
OVRExtensions
OVREyeGaze
OVRFace
OVRFaceExpressions
OVRGLTFAccessor
OVRGLTFAnimatinonNode
OVRGLTFAnimationNodeMorphTargetHandler
OVRGLTFLoader
OVRGLTFScene
OVRGazePointer
OVRGrabbable
OVRGrabber
OVRGridCube
OVRHand
OVRHandTest
OVRHandTrackingWideMotionModeSample
OVRHaptics
OVRHapticsClip
OVRHapticsTest
OVRHeadsetEmulator
OVRHumanBodyBonesMappingsInterface
OVRInput
OVRInput
OVRInputRayData
OVRKtxTexture
OVRLayerAttribute
OVRLocatable
OVRManager
OVRMarkerPayload
OVRMaterialData
OVRMesh
OVRMeshAttributes
OVRMeshData
OVRMeshJobs
OVRMeshRenderer
OVRMicrogestureEventSource
OVRMicrogesturesSample
OVRMixedRealityCaptureTest
OVRModeParms
OVRMonoscopic
OVRNativeBuffer
OVRNativeList
OVRNetwork
OVRNodeStateProperties
OVROverlay
OVROverlayCanvas
OVROverlayCanvasManager
OVROverlayCanvasSettings
OVROverlayCanvas_TMPChanged
OVROverlayMeshGenerator
OVRPassthroughColorLut
OVRPassthroughLayer
OVRPermissionsRequester
OVRPlatformMenu
OVRPlayerController
OVRPointerVisualizer
OVRPose
OVRProfile
OVRProgressIndicator
OVRRayHelper
OVRRayTransformer
OVRRaycaster
OVRResetOrientation
OVRResources
OVRResult
OVRRoomLayout
OVRRuntimeAssetsBase
OVRRuntimeController
OVRRuntimeSettings
OVRScene
OVRSceneAnchor
OVRSceneLoader
OVRSceneManager
OVRSceneModelLoader
OVRSceneObjectTransformType
OVRScenePlane
OVRScenePlaneMeshFilter
OVRScenePrefabOverride
OVRSceneRoom
OVRSceneSampleController
OVRSceneVolume
OVRSceneVolumeMeshFilter
OVRScreenFade
OVRSemanticClassification
OVRSemanticLabels
OVRSharable
OVRSimultaneousHandsAndControllersSample
OVRSkeleton
OVRSkeletonRenderer
OVRSpace
OVRSpaceUser
OVRSpatialAnchor
OVRStorable
OVRSystemPerfMetrics
OVRTask
OVRTaskBuilder
OVRTextureData
OVRTracker
OVRTriangleMesh
OVRUnityHumanoidSkeletonRetargeter
OVRVignette
OVRVirtualKeyboard
OVRVirtualKeyboardInputFieldTextHandler
OVRVirtualKeyboardSampleControls
OVRVirtualKeyboardSampleInputHandler
OVRWaitCursor
OperationResultExtensions
ProcessPort
RoomMeshAnchor
SharedSpatialAnchorErrorHandler
Code samples
Downloads
Release notes
Supported platforms
OVRSemanticLabels
OVRSemanticLabels Struct
Extends
IOVRAnchorComponent< OVRSemanticLabels >
, IEquatable< OVRSemanticLabels >
Descriptive labels of the
OVRAnchor
, as a list of enum values.
This component can be accessed from an
OVRAnchor
that supports it by calling
OVRAnchor.GetComponent<T>
from the anchor.
The semantic labels comonent is part of the
Meta
Quest Scene Model. Read more at
Scene Overview
.
See Also
Labels
Member Enumerations
Enumeration Classification
An enum that contains all possible classification values.
Floor
= 0
Ceiling
= 1
WallFace
= 2
Table
= 3
Couch
= 4
DoorFrame
= 5
WindowFrame
= 6
Other
= 7
Storage
= 8
Bed
= 9
Screen
= 10
Lamp
= 11
Plant
= 12
WallArt
= 13
SceneMesh
= 14
InvisibleWallFace
= 15
Public Statics
static readonly
OVRSemanticLabels
Null
[Get]
A null representation of an
OVRSemanticLabels
.
Use this to compare with another component to determine whether it is null.
Properties
bool
IsNull
[Get]
Whether this object represents a valid anchor component.
bool
IsEnabled
[Get]
True if this component is enabled and no change to its enabled status is pending.
SpaceComponentType
Type
[Get]
ulong
Handle
[Get]
string
Labels
[Get]
Deprecated
Semantic Labels. Please use
GetClassifications
instead.
Returns
Returns comma-separated values in one string
Exceptions
Exception
If it fails to get the semantic labels
Member Functions
bool
Equals
(
OVRSemanticLabels
other )
Compares this component for equality with
other
.
Parameters
other
The other component to compare with.
Returns
True if both components belong to the same
OVRAnchor
, otherwise false.
override bool
Equals
( object obj )
Compares this component for equality with
obj
.
Parameters
obj
The object to compare with.
Returns
True if
obj
is an
OVRSemanticLabels
and
Equals(OVRSemanticLabels)
is true, otherwise false.
override int
GetHashCode
( )
Gets a hashcode suitable for use in a Dictionary or HashSet.
Returns
A hashcode for this component.
override string
ToString
( )
Gets a string representation of this component.
Returns
A string representation of this component.
void
GetClassifications
( ICollection<
Classification
> classifications )
Get the Semantic Labels.
Non-allocating.
Static Member Functions
static bool
operator==
(
OVRSemanticLabels
lhs,
OVRSemanticLabels
rhs )
Compares two components for equality.
Parameters
lhs
The component to compare with
rhs
.
rhs
The component to compare with
lhs
.
Returns
True if both components belong to the same
OVRAnchor
, otherwise false.
static bool
operator!=
(
OVRSemanticLabels
lhs,
OVRSemanticLabels
rhs )
Compares two components for inequality.
Parameters
lhs
The component to compare with
rhs
.
rhs
The component to compare with
lhs
.
Returns
True if the components do not belong to the same
OVRAnchor
, otherwise false.
Build with Meta
Social Technologies
Meta Horizon
AI
Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
Build with Meta
Social Technologies
Meta Horizon
AI
Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
Build with Meta
Social Technologies
Meta Horizon
AI
Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
English (US)
© 2026 Meta