Package com.oracle.bmc.aivision.model
Class Face.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.Face.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Face.BuilderboundingPolygon(BoundingPolygon boundingPolygon)Facebuild()Face.Builderconfidence(Float confidence)The confidence score, between 0 and 1.Face.Buildercopy(Face model)Face.Builderembeddings(List<Float> embeddings)The facial feature vectors of detected facesFace.Builderlandmarks(List<Landmark> landmarks)A point of interest within a face.Face.BuilderqualityScore(Float qualityScore)The quality score of the face detected, between 0 and 1.
 
- 
- 
- 
Method Detail- 
confidencepublic Face.Builder confidence(Float confidence) The confidence score, between 0 and 1.- Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
boundingPolygonpublic Face.Builder boundingPolygon(BoundingPolygon boundingPolygon) 
 - 
qualityScorepublic Face.Builder qualityScore(Float qualityScore) The quality score of the face detected, between 0 and 1.- Parameters:
- qualityScore- the value to set
- Returns:
- this builder
 
 - 
landmarkspublic Face.Builder landmarks(List<Landmark> landmarks) A point of interest within a face.- Parameters:
- landmarks- the value to set
- Returns:
- this builder
 
 - 
embeddingspublic Face.Builder embeddings(List<Float> embeddings) The facial feature vectors of detected faces- Parameters:
- embeddings- the value to set
- Returns:
- this builder
 
 - 
buildpublic Face build() 
 - 
copypublic Face.Builder copy(Face model) 
 
- 
 
-