Aracılığıyla paylaş


DetectWithStreamOptionalParameter Class

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

public class DetectWithStreamOptionalParameter

The DetectWithStreamOptionalParameter 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.

DetectWithStreamOptionalParameter withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)

Set the returnFaceAttributes value.

DetectWithStreamOptionalParameter withReturnFaceId(Boolean returnFaceId)

Set the returnFaceId value.

DetectWithStreamOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Set the returnFaceLandmarks value.

DetectWithStreamOptionalParameter 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 DetectWithStreamOptionalParameter withReturnFaceAttributes(List returnFaceAttributes)

Set the returnFaceAttributes value.

Parameters:

returnFaceAttributes - the returnFaceAttributes value to set

Returns:

the DetectWithStreamOptionalParameter object itself.

withReturnFaceId

public DetectWithStreamOptionalParameter withReturnFaceId(Boolean returnFaceId)

Set the returnFaceId value.

Parameters:

returnFaceId - the returnFaceId value to set

Returns:

the DetectWithStreamOptionalParameter object itself.

withReturnFaceLandmarks

public DetectWithStreamOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Set the returnFaceLandmarks value.

Parameters:

returnFaceLandmarks - the returnFaceLandmarks value to set

Returns:

the DetectWithStreamOptionalParameter object itself.

withThisclientacceptLanguage

public DetectWithStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the DetectWithStreamOptionalParameter object itself.

Applies to