Compartilhar via


DetectWithStreamOptionalParameter Classe

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

public class DetectWithStreamOptionalParameter

O modelo DetectWithStreamOptionalParameter.

Resumo do método

Modificador e tipo Método e descrição
List<FaceAttributeType> returnFaceAttributes()

Obtenha o valor returnFaceAttributes.

Boolean returnFaceId()

Obtenha o valor returnFaceId.

Boolean returnFaceLandmarks()

Obtenha o valor returnFaceLandmarks.

String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

DetectWithStreamOptionalParameter withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)

Defina o valor returnFaceAttributes.

DetectWithStreamOptionalParameter withReturnFaceId(Boolean returnFaceId)

Defina o valor returnFaceId.

DetectWithStreamOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Defina o valor returnFaceLandmarks.

DetectWithStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Detalhes do método

returnFaceAttributes

public List returnFaceAttributes()

Obtenha o valor returnFaceAttributes.

Returns:

o valor returnFaceAttributes

returnFaceId

public Boolean returnFaceId()

Obtenha o valor returnFaceId.

Returns:

o valor returnFaceId

returnFaceLandmarks

public Boolean returnFaceLandmarks()

Obtenha o valor returnFaceLandmarks.

Returns:

o valor returnFaceLandmarks

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

withReturnFaceAttributes

public DetectWithStreamOptionalParameter withReturnFaceAttributes(List returnFaceAttributes)

Defina o valor returnFaceAttributes.

Parameters:

returnFaceAttributes - o valor returnFaceAttributes a ser definido

Returns:

o próprio objeto DetectWithStreamOptionalParameter.

withReturnFaceId

public DetectWithStreamOptionalParameter withReturnFaceId(Boolean returnFaceId)

Defina o valor returnFaceId.

Parameters:

returnFaceId - o valor returnFaceId a ser definido

Returns:

o próprio objeto DetectWithStreamOptionalParameter.

withReturnFaceLandmarks

public DetectWithStreamOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Defina o valor returnFaceLandmarks.

Parameters:

returnFaceLandmarks - o valor returnFaceLandmarks a ser definido

Returns:

o próprio objeto DetectWithStreamOptionalParameter.

withThisclientacceptLanguage

public DetectWithStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o próprio objeto DetectWithStreamOptionalParameter.

Aplica-se a