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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.