VNDetectHumanHandPoseRequest.GetSupportedJointNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetSupportedJointNames(NSError) | |
| GetSupportedJointNames(VNDetectHumanHandPoseRequestRevision, NSError) |
GetSupportedJointNames(NSError)
[Foundation.Export("supportedJointNamesAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Vision.VNHumanHandPoseObservationJointName[]? GetSupportedJointNames(out Foundation.NSError? error);
[<Foundation.Export("supportedJointNamesAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSupportedJointNames : NSError -> Vision.VNHumanHandPoseObservationJointName[]
override this.GetSupportedJointNames : NSError -> Vision.VNHumanHandPoseObservationJointName[]
Parameters
- error
- NSError
Returns
- Attributes
Applies to
GetSupportedJointNames(VNDetectHumanHandPoseRequestRevision, NSError)
[Foundation.Export("supportedJointNamesForRevision:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Vision.VNHumanHandPoseObservationJointName[]? GetSupportedJointNames(Vision.VNDetectHumanHandPoseRequestRevision revision, out Foundation.NSError? error);
[<Foundation.Export("supportedJointNamesForRevision:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSupportedJointNames : Vision.VNDetectHumanHandPoseRequestRevision * NSError -> Vision.VNHumanHandPoseObservationJointName[]
Parameters
- revision
- VNDetectHumanHandPoseRequestRevision
- error
- NSError
Returns
- Attributes