VNDetectHumanBodyPoseRequest.GetSupportedJointNames Method

Definition

Overloads

GetSupportedJointNames(NSError)

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

Parameters

error
NSError

Returns

Attributes

Applies to

GetSupportedJointNames(VNDetectHumanBodyPoseRequestRevision, NSError)

[Foundation.Export("supportedJointNamesForRevision:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Vision.VNHumanBodyPoseObservationJointName[]? GetSupportedJointNames(Vision.VNDetectHumanBodyPoseRequestRevision revision, out Foundation.NSError? error);
[<Foundation.Export("supportedJointNamesForRevision:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSupportedJointNames : Vision.VNDetectHumanBodyPoseRequestRevision * NSError -> Vision.VNHumanBodyPoseObservationJointName[]

Parameters

error
NSError

Returns

Attributes

Applies to