Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Indicates the pose of the face as determined by its pitch, roll, and yaw.
See: newPose
smart constructor.
Instances
Eq Pose Source # | |
Read Pose Source # | |
Show Pose Source # | |
Generic Pose Source # | |
NFData Pose Source # | |
Defined in Amazonka.Rekognition.Types.Pose | |
Hashable Pose Source # | |
Defined in Amazonka.Rekognition.Types.Pose | |
FromJSON Pose Source # | |
type Rep Pose Source # | |
Defined in Amazonka.Rekognition.Types.Pose type Rep Pose = D1 ('MetaData "Pose" "Amazonka.Rekognition.Types.Pose" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "Pose'" 'PrefixI 'True) (S1 ('MetaSel ('Just "yaw") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "roll") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "pitch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))) |
Create a value of Pose
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:yaw:Pose'
, pose_yaw
- Value representing the face rotation on the yaw axis.
$sel:roll:Pose'
, pose_roll
- Value representing the face rotation on the roll axis.
$sel:pitch:Pose'
, pose_pitch
- Value representing the face rotation on the pitch axis.