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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET