AIVisionFaceModelFactory.HeadPose(Single, Single, Single) 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.
Initializes a new instance of HeadPose.
public static Azure.AI.Vision.Face.HeadPose HeadPose (float pitch = 0, float roll = 0, float yaw = 0);
static member HeadPose : single * single * single -> Azure.AI.Vision.Face.HeadPose
Public Shared Function HeadPose (Optional pitch As Single = 0, Optional roll As Single = 0, Optional yaw As Single = 0) As HeadPose
Parameters
- pitch
- Single
Value of angles.
- roll
- Single
Value of angles.
- yaw
- Single
Value of angles.
Returns
A new HeadPose instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET