Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Face.Builder |
boundingPolygon(BoundingPolygon boundingPolygon) |
Face |
build() |
Face.Builder |
confidence(Float confidence)
The confidence score, between 0 and 1.
|
Face.Builder |
copy(Face model) |
Face.Builder |
landmarks(List<Landmark> landmarks)
A point of interest within a face.
|
Face.Builder |
qualityScore(Float qualityScore)
The quality score of the face detected, between 0 and 1.
|
public Face.Builder confidence(Float confidence)
The confidence score, between 0 and 1.
confidence
- the value to setpublic Face.Builder boundingPolygon(BoundingPolygon boundingPolygon)
public Face.Builder qualityScore(Float qualityScore)
The quality score of the face detected, between 0 and 1.
qualityScore
- the value to setpublic Face.Builder landmarks(List<Landmark> landmarks)
A point of interest within a face.
landmarks
- the value to setpublic Face build()
public Face.Builder copy(Face model)
Copyright © 2016–2024. All rights reserved.