FoundFaces Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.FoundFaces

public class FoundFaces

Request object the contains found faces.

Method Summary

Modifier and Type Method and Description
List<KeyValuePair> 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.

FoundFaces withAdvancedInfo(List<KeyValuePair> advancedInfo)

Set the advancedInfo value.

FoundFaces withCacheId(String cacheId)

Set the cacheId value.

FoundFaces withCount(Integer count)

Set the count value.

FoundFaces withFaces(List<Face> faces)

Set the faces value.

FoundFaces withResult(Boolean result)

Set the result value.

FoundFaces withStatus(Status status)

Set the status value.

FoundFaces withTrackingId(String trackingId)

Set the trackingId value.

Method Details

advancedInfo

public List advancedInfo()

Get the advancedInfo value.

Returns:

the advancedInfo value

cacheId

public String cacheId()

Get the cacheId value.

Returns:

the cacheId value

count

public Integer count()

Get the count value.

Returns:

the count value

faces

public List faces()

Get the faces value.

Returns:

the faces value

result

public Boolean result()

Get the result value.

Returns:

the result value

status

public Status status()

Get the status value.

Returns:

the status value

trackingId

public String trackingId()

Get the trackingId value.

Returns:

the trackingId value

withAdvancedInfo

public FoundFaces withAdvancedInfo(List advancedInfo)

Set the advancedInfo value.

Parameters:

advancedInfo - the advancedInfo value to set

Returns:

the FoundFaces object itself.

withCacheId

public FoundFaces withCacheId(String cacheId)

Set the cacheId value.

Parameters:

cacheId - the cacheId value to set

Returns:

the FoundFaces object itself.

withCount

public FoundFaces withCount(Integer count)

Set the count value.

Parameters:

count - the count value to set

Returns:

the FoundFaces object itself.

withFaces

public FoundFaces withFaces(List faces)

Set the faces value.

Parameters:

faces - the faces value to set

Returns:

the FoundFaces object itself.

withResult

public FoundFaces withResult(Boolean result)

Set the result value.

Parameters:

result - the result value to set

Returns:

the FoundFaces object itself.

withStatus

public FoundFaces withStatus(Status status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the FoundFaces object itself.

withTrackingId

public FoundFaces withTrackingId(String trackingId)

Set the trackingId value.

Parameters:

trackingId - the trackingId value to set

Returns:

the FoundFaces object itself.

Applies to