Package com.oracle.bmc.aivision.model
Class FaceEmbeddingFeature.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.FaceEmbeddingFeature.Builder
 
- 
- Enclosing class:
- FaceEmbeddingFeature
 
 public static class FaceEmbeddingFeature.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FaceEmbeddingFeaturebuild()FaceEmbeddingFeature.Buildercopy(FaceEmbeddingFeature model)FaceEmbeddingFeature.BuildermaxResults(Integer maxResults)The maximum number of results to return.FaceEmbeddingFeature.BuildershouldReturnLandmarks(Boolean shouldReturnLandmarks)Whether or not return face landmarks.
 
- 
- 
- 
Method Detail- 
maxResultspublic FaceEmbeddingFeature.Builder maxResults(Integer maxResults) The maximum number of results to return.- Parameters:
- maxResults- the value to set
- Returns:
- this builder
 
 - 
shouldReturnLandmarkspublic FaceEmbeddingFeature.Builder shouldReturnLandmarks(Boolean shouldReturnLandmarks) Whether or not return face landmarks.- Parameters:
- shouldReturnLandmarks- the value to set
- Returns:
- this builder
 
 - 
buildpublic FaceEmbeddingFeature build() 
 - 
copypublic FaceEmbeddingFeature.Builder copy(FaceEmbeddingFeature model) 
 
- 
 
-