MLKitPoseDetectionAccurate Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The content discusses globally available type definitions.
A specific type definition, PoseDetectorMode, is highlighted and described as encompassing pose detector modes.
PoseDetectorMode is further detailed with its declaration in Swift, mentioning its structural attributes and conformance to protocols like _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, and RawRepresentable.
Type Definitions
The following type definitions are available globally.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The provided content defines `PoseDetectorMode`, an enumeration of pose detector modes. This type is globally available and implemented as a Swift struct. It conforms to several protocols including `_ObjectiveCBridgeable`, `Hashable`, `Equatable`, `_SwiftNewtypeWrapper`, and `RawRepresentable`. These protocols indicate its interoperability with Objective-C, hashability, equality comparison, Swift new type wrapping and raw value representation.\n"]]