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
AnimatorOverrideLayerWeigth
Assets
Boundary
CanvasGroupAlphaToggle
CanvasSizeConstraint
ColliderSizeConstraint
Debug
Fusion
IOVRAnchorComponent
InteractableObjectLabel
Meta
MoveRelativeToTarget
MoveRelativeToTargetProvider
OVR
OVRAnchor
OVRAnchorContainer
OVRAudioSourceTest
OVRBody
OVRBone
OVRBoneCapsule
OVRBoundary
OVRBounded2D
OVRBounded3D
OVRBuildInfo
OVRCameraRig
OVRChromaticAberration
OVRControllerDrivenHandPosesSample
OVRControllerHelper
OVRControllerTest
OVRCubemapCapture
OVRCursor
OVRCustomFace
OVRCustomFaceExtensions
OVRCustomSkeleton
OVRDebugHeadController
OVRDebugInfo
OVRDeserialize
OVRDisplay
OVREnumExtensions
OVREnumerable
OVRExtensions
OVREyeGaze
OVRFace
OVRFaceExpressions
OVRGLTFAccessor
OVRGLTFAnimatinonNode
OVRGLTFAnimationNodeMorphTargetHandler
OVRGLTFLoader
OVRGLTFScene
OVRGazePointer
OVRGrabbable
OVRGrabber
OVRGridCube
OVRHand
OVRHandTest
OVRHandTrackingWideMotionModeSample
OVRHaptics
OVRHapticsClip
OVRHeadsetEmulator
OVRHumanBodyBonesMappingsInterface
OVRInput
OVRInputRayData
OVRKeyboard
OVRKtxTexture
OVRLayerAttribute
OVRLocatable
OVRManager
OVRMaterialData
OVRMesh
OVRMeshAttributes
OVRMeshData
OVRMeshJobs
OVRMeshRenderer
OVRMixedRealityCaptureTest
OVRModeParms
OVRMonoscopic
OVRNativeBuffer
OVRNetwork
OVRNodeStateProperties
OVRObjectPool
OVROverlay
OVROverlayCanvas
OVROverlayCanvasSettings
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
OVRSpaceQuery
OVRSpaceUser
OVRSpatialAnchor
OVRSpectatorModeDomeTest
OVRStorable
OVRSystemPerfMetrics
OVRTask
OVRTaskBuilder
OVRTextureData
OVRTrackedKeyboard
OVRTrackedKeyboardHands
OVRTrackedKeyboardSampleControls
OVRTracker
OVRTriangleMesh
OVRUnityHumanoidSkeletonRetargeter
OVRVignette
OVRVirtualKeyboard
OVRVirtualKeyboardInputFieldTextHandler
OVRVirtualKeyboardSampleControls
OVRVirtualKeyboardSampleInputHandler
OVRWaitCursor
Oculus
OperationResultExtensions
PageScroll
PanelHoverState
PanelSetup
PbrMaterialDefinition
ProcessPort
RectSizeConstraint
RoundedBoxUIProperties
RoundedBoxVideoController
SharedSpatialAnchorErrorHandler
SkinnedRoundedBoxMesh
SwipeGesture
UnityEngine
UpdateRoundedBoxAnchorConstraint
VirtualLayout
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.
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
Properties
SpaceComponentType
IOVRAnchorComponent
<
OVRSemanticLabels
>.
Type
[Get]
ulong
IOVRAnchorComponent
<
OVRSemanticLabels
>.
Handle
[Get]
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]
Semantic Labels.
Please use
GetClassifications
instead.
Returns
Comma-separated values in one string
Exceptions
Exception
If it fails to get the semantic labels
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.
Member Functions
OVRSemanticLabels
IOVRAnchorComponent
<
OVRSemanticLabels
>.
FromAnchor
(
OVRAnchor
anchor )
OVRTask
< bool >
IOVRAnchorComponent
<
OVRSemanticLabels
>.
SetEnabledAsync
( bool enabled,
double timeout )
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