UpdateFaceOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. UpdateFaceOptionalParameter
- com.
public class UpdateFaceOptionalParameter
El modelo UpdateFaceOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
String |
userData()
Obtenga el valor userData. |
Update |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Update |
withUserData(String userData)
Establezca el valor userData. |
Detalles del método
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
userData
public String userData()
Obtenga el valor userData.
Returns:
withThisclientacceptLanguage
public UpdateFaceOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
withUserData
public UpdateFaceOptionalParameter withUserData(String userData)
Establezca el valor userData.
Parameters:
Returns:
Se aplica a
Azure SDK for Java