HeadPose Constructors
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.
Overloads
HeadPose() |
Initializes a new instance of the HeadPose class. |
HeadPose(Double, Double, Double) |
Initializes a new instance of the HeadPose class. |
HeadPose()
- Source:
- HeadPose.cs
Initializes a new instance of the HeadPose class.
public HeadPose ();
Public Sub New ()
Applies to
HeadPose(Double, Double, Double)
- Source:
- HeadPose.cs
Initializes a new instance of the HeadPose class.
public HeadPose (double roll = 0, double yaw = 0, double pitch = 0);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.HeadPose : double * double * double -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.HeadPose
Public Sub New (Optional roll As Double = 0, Optional yaw As Double = 0, Optional pitch As Double = 0)
Parameters
- roll
- Double
- yaw
- Double
- pitch
- Double
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET