Share via


VNDetectHumanHandPoseRequest.GetSupportedJointsGroupNames Method

Definition

Overloads

GetSupportedJointsGroupNames(NSError)

[Foundation.Export("supportedJointsGroupNamesAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Vision.VNHumanHandPoseObservationJointsGroupName[]? GetSupportedJointsGroupNames(out Foundation.NSError? error);
[<Foundation.Export("supportedJointsGroupNamesAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSupportedJointsGroupNames : NSError -> Vision.VNHumanHandPoseObservationJointsGroupName[]
override this.GetSupportedJointsGroupNames : NSError -> Vision.VNHumanHandPoseObservationJointsGroupName[]

Parameters

error
NSError

Returns

Attributes

Applies to

GetSupportedJointsGroupNames(VNDetectHumanHandPoseRequestRevision, NSError)

[Foundation.Export("supportedJointsGroupNamesForRevision:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Vision.VNHumanHandPoseObservationJointsGroupName[]? GetSupportedJointsGroupNames(Vision.VNDetectHumanHandPoseRequestRevision revision, out Foundation.NSError? error);
[<Foundation.Export("supportedJointsGroupNamesForRevision:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSupportedJointsGroupNames : Vision.VNDetectHumanHandPoseRequestRevision * NSError -> Vision.VNHumanHandPoseObservationJointsGroupName[]

Parameters

error
NSError

Returns

Attributes

Applies to