UpdateFaceOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. UpdateFaceOptionalParameter
- com.
public class UpdateFaceOptionalParameter
The UpdateFaceOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
String |
userData()
Get the userData value. |
Update |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Update |
withUserData(String userData)
Set the userData value. |
Method Details
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
userData
public String userData()
Get the userData value.
Returns:
withThisclientacceptLanguage
public UpdateFaceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withUserData
public UpdateFaceOptionalParameter withUserData(String userData)
Set the userData value.
Parameters:
Returns:
Applies to
Azure SDK for Java