DetectWithUrlOptionalParameter Class

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

public class DetectWithUrlOptionalParameter

The DetectWithUrlOptionalParameter model.

Method Summary

Modifier and Type Method and Description
List<FaceAttributeType> returnFaceAttributes()

Get the returnFaceAttributes value.

Boolean returnFaceId()

Get the returnFaceId value.

Boolean returnFaceLandmarks()

Get the returnFaceLandmarks value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

DetectWithUrlOptionalParameter withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)

Set the returnFaceAttributes value.

DetectWithUrlOptionalParameter withReturnFaceId(Boolean returnFaceId)

Set the returnFaceId value.

DetectWithUrlOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Set the returnFaceLandmarks value.

DetectWithUrlOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

returnFaceAttributes

public List returnFaceAttributes()

Get the returnFaceAttributes value.

Returns:

the returnFaceAttributes value

returnFaceId

public Boolean returnFaceId()

Get the returnFaceId value.

Returns:

the returnFaceId value

returnFaceLandmarks

public Boolean returnFaceLandmarks()

Get the returnFaceLandmarks value.

Returns:

the returnFaceLandmarks value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withReturnFaceAttributes

public DetectWithUrlOptionalParameter withReturnFaceAttributes(List returnFaceAttributes)

Set the returnFaceAttributes value.

Parameters:

returnFaceAttributes - the returnFaceAttributes value to set

Returns:

the DetectWithUrlOptionalParameter object itself.

withReturnFaceId

public DetectWithUrlOptionalParameter withReturnFaceId(Boolean returnFaceId)

Set the returnFaceId value.

Parameters:

returnFaceId - the returnFaceId value to set

Returns:

the DetectWithUrlOptionalParameter object itself.

withReturnFaceLandmarks

public DetectWithUrlOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Set the returnFaceLandmarks value.

Parameters:

returnFaceLandmarks - the returnFaceLandmarks value to set

Returns:

the DetectWithUrlOptionalParameter object itself.

withThisclientacceptLanguage

public DetectWithUrlOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the DetectWithUrlOptionalParameter object itself.

Applies to