Share via


VNDetectHumanHandPoseRequest.GetSupportedJointNames Method

Definition

Overloads

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

error
NSError

Returns

Attributes

Applies to