FacialHair Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. FacialHair
- com.
public class FacialHair
Properties describing facial hair attributes.
Method Summary
Modifier and Type | Method and Description |
---|---|
double |
beard()
Get the beard value. |
double |
moustache()
Get the moustache value. |
double |
sideburns()
Get the sideburns value. |
Facial |
withBeard(double beard)
Set the beard value. |
Facial |
withMoustache(double moustache)
Set the moustache value. |
Facial |
withSideburns(double sideburns)
Set the sideburns value. |
Method Details
beard
public double beard()
Get the beard value.
Returns:
moustache
public double moustache()
Get the moustache value.
Returns:
sideburns
public double sideburns()
Get the sideburns value.
Returns:
withBeard
public FacialHair withBeard(double beard)
Set the beard value.
Parameters:
Returns:
withMoustache
public FacialHair withMoustache(double moustache)
Set the moustache value.
Parameters:
Returns:
withSideburns
public FacialHair withSideburns(double sideburns)
Set the sideburns value.
Parameters:
Returns:
Applies to
Azure SDK for Java