FoundFaces Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. FoundFaces
- com.
public class FoundFaces
Request object the contains found faces.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Key |
advancedInfo()
Get the advancedInfo value. |
String |
cacheId()
Get the cacheId value. |
Integer |
count()
Get the count value. |
List<Face> |
faces()
Get the faces value. |
Boolean |
result()
Get the result value. |
Status |
status()
Get the status value. |
String |
trackingId()
Get the trackingId value. |
Found |
withAdvancedInfo(List<KeyValuePair> advancedInfo)
Set the advancedInfo value. |
Found |
withCacheId(String cacheId)
Set the cacheId value. |
Found |
withCount(Integer count)
Set the count value. |
Found |
withFaces(List<Face> faces)
Set the faces value. |
Found |
withResult(Boolean result)
Set the result value. |
Found |
withStatus(Status status)
Set the status value. |
Found |
withTrackingId(String trackingId)
Set the trackingId value. |
Method Details
advancedInfo
public List
Get the advancedInfo value.
Returns:
cacheId
public String cacheId()
Get the cacheId value.
Returns:
count
public Integer count()
Get the count value.
Returns:
faces
public List
Get the faces value.
Returns:
result
public Boolean result()
Get the result value.
Returns:
status
public Status status()
Get the status value.
Returns:
trackingId
public String trackingId()
Get the trackingId value.
Returns:
withAdvancedInfo
public FoundFaces withAdvancedInfo(List
Set the advancedInfo value.
Parameters:
Returns:
withCacheId
public FoundFaces withCacheId(String cacheId)
Set the cacheId value.
Parameters:
Returns:
withCount
public FoundFaces withCount(Integer count)
Set the count value.
Parameters:
Returns:
withFaces
public FoundFaces withFaces(List
Set the faces value.
Parameters:
Returns:
withResult
public FoundFaces withResult(Boolean result)
Set the result value.
Parameters:
Returns:
withStatus
public FoundFaces withStatus(Status status)
Set the status value.
Parameters:
Returns:
withTrackingId
public FoundFaces withTrackingId(String trackingId)
Set the trackingId value.
Parameters:
Returns:
Applies to
Azure SDK for Java