Compartir a través de


DetectWithStreamOptionalParameter Clase

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

public class DetectWithStreamOptionalParameter

El modelo DetectWithStreamOptionalParameter.

Resumen del método

Modificador y tipo Método y descripción
List<FaceAttributeType> returnFaceAttributes()

Obtenga el valor returnFaceAttributes.

Boolean returnFaceId()

Obtenga el valor returnFaceId.

Boolean returnFaceLandmarks()

Obtenga el valor returnFaceLandmarks.

String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

DetectWithStreamOptionalParameter withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)

Establezca el valor returnFaceAttributes.

DetectWithStreamOptionalParameter withReturnFaceId(Boolean returnFaceId)

Establezca el valor returnFaceId.

DetectWithStreamOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Establezca el valor returnFaceLandmarks.

DetectWithStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

returnFaceAttributes

public List returnFaceAttributes()

Obtenga el valor returnFaceAttributes.

Returns:

el valor returnFaceAttributes

returnFaceId

public Boolean returnFaceId()

Obtenga el valor returnFaceId.

Returns:

el valor returnFaceId

returnFaceLandmarks

public Boolean returnFaceLandmarks()

Obtenga el valor returnFaceLandmarks.

Returns:

el valor returnFaceLandmarks

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withReturnFaceAttributes

public DetectWithStreamOptionalParameter withReturnFaceAttributes(List returnFaceAttributes)

Establezca el valor returnFaceAttributes.

Parameters:

returnFaceAttributes - valor returnFaceAttributes que se va a establecer

Returns:

El propio objeto DetectWithStreamOptionalParameter.

withReturnFaceId

public DetectWithStreamOptionalParameter withReturnFaceId(Boolean returnFaceId)

Establezca el valor returnFaceId.

Parameters:

returnFaceId - valor returnFaceId que se va a establecer

Returns:

El propio objeto DetectWithStreamOptionalParameter.

withReturnFaceLandmarks

public DetectWithStreamOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)

Establezca el valor returnFaceLandmarks.

Parameters:

returnFaceLandmarks - valor returnFaceLandmarks que se va a establecer

Returns:

El propio objeto DetectWithStreamOptionalParameter.

withThisclientacceptLanguage

public DetectWithStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto DetectWithStreamOptionalParameter.

Se aplica a