FindSimilarOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. FindSimilarOptionalParameter
- com.
public class FindSimilarOptionalParameter
The FindSimilarOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<UUID> |
faceIds()
Get the faceIds value. |
String |
faceListId()
Get the faceListId value. |
Integer |
maxNumOfCandidatesReturned()
Get the maxNumOfCandidatesReturned value. |
Find |
mode()
Get the mode value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Find |
withFaceIds(List<UUID> faceIds)
Set the faceIds value. |
Find |
withFaceListId(String faceListId)
Set the faceListId value. |
Find |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Set the maxNumOfCandidatesReturned value. |
Find |
withMode(FindSimilarMatchMode mode)
Set the mode value. |
Find |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
faceIds
public List
Get the faceIds value.
Returns:
faceListId
public String faceListId()
Get the faceListId value.
Returns:
maxNumOfCandidatesReturned
public Integer maxNumOfCandidatesReturned()
Get the maxNumOfCandidatesReturned value.
Returns:
mode
public FindSimilarMatchMode mode()
Get the mode value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withFaceIds
public FindSimilarOptionalParameter withFaceIds(List
Set the faceIds value.
Parameters:
Returns:
withFaceListId
public FindSimilarOptionalParameter withFaceListId(String faceListId)
Set the faceListId value.
Parameters:
Returns:
withMaxNumOfCandidatesReturned
public FindSimilarOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Set the maxNumOfCandidatesReturned value.
Parameters:
Returns:
withMode
public FindSimilarOptionalParameter withMode(FindSimilarMatchMode mode)
Set the mode value.
Parameters:
Returns:
withThisclientacceptLanguage
public FindSimilarOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java