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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaceDetectionFeature
build()
FaceDetectionFeature.Builder
copy(FaceDetectionFeature model)
FaceDetectionFeature.Builder
maxResults(Integer maxResults)
The maximum number of results to return.FaceDetectionFeature.Builder
shouldReturnLandmarks(Boolean shouldReturnLandmarks)
Whether or not return face landmarks.
-
-
-
Method Detail
-
maxResults
public FaceDetectionFeature.Builder maxResults(Integer maxResults)
The maximum number of results to return.- Parameters:
maxResults
- the value to set- Returns:
- this builder
-
shouldReturnLandmarks
public FaceDetectionFeature.Builder shouldReturnLandmarks(Boolean shouldReturnLandmarks)
Whether or not return face landmarks.- Parameters:
shouldReturnLandmarks
- the value to set- Returns:
- this builder
-
build
public FaceDetectionFeature build()
-
copy
public FaceDetectionFeature.Builder copy(FaceDetectionFeature model)
-
-