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