Makeup Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. Makeup
- com.
public class Makeup
Properties describing present makeups on a given face.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
eyeMakeup()
Get the eyeMakeup value. |
boolean |
lipMakeup()
Get the lipMakeup value. |
Makeup |
withEyeMakeup(boolean eyeMakeup)
Set the eyeMakeup value. |
Makeup |
withLipMakeup(boolean lipMakeup)
Set the lipMakeup value. |
Method Details
eyeMakeup
public boolean eyeMakeup()
Get the eyeMakeup value.
Returns:
the eyeMakeup value
lipMakeup
public boolean lipMakeup()
Get the lipMakeup value.
Returns:
the lipMakeup value
withEyeMakeup
public Makeup withEyeMakeup(boolean eyeMakeup)
Set the eyeMakeup value.
Parameters:
eyeMakeup
- the eyeMakeup value to set
Returns:
the Makeup object itself.
withLipMakeup
public Makeup withLipMakeup(boolean lipMakeup)
Set the lipMakeup value.
Parameters:
lipMakeup
- the lipMakeup value to set
Returns:
the Makeup object itself.
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 Java