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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET