Faces.FacesDetectWithStreamDefinitionStages.WithAllOptions Interface
public interface WithAllOptions
The stage of the definition which allows for any other optional settings to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
FacesDetectWithStreamDefinitionStages.WithExecute |
withReturnFaceAttributes(List<FaceAttributeType> returnFaceAttributes)
Analyze and return the one or more specified face attributes in the comma-separated string like "returnFaceAttributes=age,gender". Supported face attributes include age, gender, headPose, smile, facialHair, glasses and emotion. Note that each face attribute analysis has additional computational and time cost. |
FacesDetectWithStreamDefinitionStages.WithExecute |
withReturnFaceId(Boolean returnFaceId)
A value indicating whether the operation should return faceIds of detected faces. |
FacesDetectWithStreamDefinitionStages.WithExecute |
withReturnFaceLandmarks(Boolean returnFaceLandmarks)
A value indicating whether the operation should return landmarks of the detected faces. |
Method Details
withReturnFaceAttributes
public FacesDetectWithStreamDefinitionStages.WithExecute withReturnFaceAttributes(List
Analyze and return the one or more specified face attributes in the comma-separated string like "returnFaceAttributes=age,gender". Supported face attributes include age, gender, headPose, smile, facialHair, glasses and emotion. Note that each face attribute analysis has additional computational and time cost.
Parameters:
Returns:
withReturnFaceId
public FacesDetectWithStreamDefinitionStages.WithExecute withReturnFaceId(Boolean returnFaceId)
A value indicating whether the operation should return faceIds of detected faces.
Parameters:
Returns:
withReturnFaceLandmarks
public FacesDetectWithStreamDefinitionStages.WithExecute withReturnFaceLandmarks(Boolean returnFaceLandmarks)
A value indicating whether the operation should return landmarks of the detected faces.
Parameters:
Returns:
Applies to
Azure SDK for Java