Uses of Class
com.oracle.bmc.aivision.model.FaceDetectionFeature.Builder
-
Packages that use FaceDetectionFeature.Builder Package Description com.oracle.bmc.aivision.model -
-
Uses of FaceDetectionFeature.Builder in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return FaceDetectionFeature.Builder Modifier and Type Method Description static FaceDetectionFeature.Builder
FaceDetectionFeature. builder()
Create a new builder.FaceDetectionFeature.Builder
FaceDetectionFeature.Builder. copy(FaceDetectionFeature model)
FaceDetectionFeature.Builder
FaceDetectionFeature.Builder. maxResults(Integer maxResults)
The maximum number of results to return.FaceDetectionFeature.Builder
FaceDetectionFeature.Builder. shouldReturnLandmarks(Boolean shouldReturnLandmarks)
Whether or not return face landmarks.FaceDetectionFeature.Builder
FaceDetectionFeature. toBuilder()
-