UpdateFaceOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.UpdateFaceOptionalParameter

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.

UpdateFaceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

UpdateFaceOptionalParameter withUserData(String userData)

Set the userData value.

Method Details

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

userData

public String userData()

Get the userData value.

Returns:

the userData value

withThisclientacceptLanguage

public UpdateFaceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the UpdateFaceOptionalParameter object itself.

withUserData

public UpdateFaceOptionalParameter withUserData(String userData)

Set the userData value.

Parameters:

userData - the userData value to set

Returns:

the UpdateFaceOptionalParameter object itself.

Applies to