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