VNDetectHumanHandPoseRequest.GetSupportedJointsGroupNames 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 |
|---|---|
| GetSupportedJointsGroupNames(NSError) | |
| GetSupportedJointsGroupNames(VNDetectHumanHandPoseRequestRevision, NSError) |
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
- revision
- VNDetectHumanHandPoseRequestRevision
- error
- NSError
Returns
- Attributes