DetectWithStreamOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. DetectWithStreamOptionalParameter
- com.
public class DetectWithStreamOptionalParameter
The DetectWithStreamOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Face |
returnFaceAttributes()
Get the returnFaceAttributes value. |
Boolean |
returnFaceId()
Get the returnFaceId value. |
Boolean |
returnFaceLandmarks()
Get the returnFaceLandmarks value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Detect |
withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
Set the returnFaceAttributes value. |
Detect |
withReturnFaceId(Boolean returnFaceId)
Set the returnFaceId value. |
Detect |
withReturnFaceLandmarks(Boolean returnFaceLandmarks)
Set the returnFaceLandmarks value. |
Detect |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
returnFaceAttributes
public List
Get the returnFaceAttributes value.
Returns:
returnFaceId
public Boolean returnFaceId()
Get the returnFaceId value.
Returns:
returnFaceLandmarks
public Boolean returnFaceLandmarks()
Get the returnFaceLandmarks value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withReturnFaceAttributes
public DetectWithStreamOptionalParameter withReturnFaceAttributes(List
Set the returnFaceAttributes value.
Parameters:
Returns:
withReturnFaceId
public DetectWithStreamOptionalParameter withReturnFaceId(Boolean returnFaceId)
Set the returnFaceId value.
Parameters:
Returns:
withReturnFaceLandmarks
public DetectWithStreamOptionalParameter withReturnFaceLandmarks(Boolean returnFaceLandmarks)
Set the returnFaceLandmarks value.
Parameters:
Returns:
withThisclientacceptLanguage
public DetectWithStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java