public static class FaceDetectionFeature.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public FaceDetectionFeature.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- the value to setpublic FaceDetectionFeature.Builder shouldReturnLandmarks(Boolean shouldReturnLandmarks)
Whether or not return face landmarks.
shouldReturnLandmarks
- the value to setpublic FaceDetectionFeature build()
public FaceDetectionFeature.Builder copy(FaceDetectionFeature model)
Copyright © 2016–2024. All rights reserved.