PersonGroupPersons.PersonGroupPersonsAddPersonFaceFromUrlDefinitionStages.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 |
---|---|
PersonGroupPersonsAddPersonFaceFromUrlDefinitionStages.WithExecute |
withTargetFace(List<Integer> targetFace)
A face rectangle to specify the target face to be added to a person in the format of "targetFace=left,top,width,height". E.g. "targetFace=10,10,100,100". If there is more than one face in the image, targetFace is required to specify which face to add. No targetFace means there is only one face detected in the entire image. |
PersonGroupPersonsAddPersonFaceFromUrlDefinitionStages.WithExecute |
withUserData(String userData)
User-specified data about the face for any purpose. The maximum length is 1KB. |
Method Details
withTargetFace
public PersonGroupPersonsAddPersonFaceFromUrlDefinitionStages.WithExecute withTargetFace(List
A face rectangle to specify the target face to be added to a person in the format of "targetFace=left,top,width,height". E.g. "targetFace=10,10,100,100". If there is more than one face in the image, targetFace is required to specify which face to add. No targetFace means there is only one face detected in the entire image.
Parameters:
Returns:
withUserData
public PersonGroupPersonsAddPersonFaceFromUrlDefinitionStages.WithExecute withUserData(String userData)
User-specified data about the face for any purpose. The maximum length is 1KB.
Parameters:
Returns:
Applies to
Azure SDK for Java