Package com.oracle.bmc.aivision.model
Class DocumentTextDetectionFeature.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.DocumentTextDetectionFeature.Builder
-
- Enclosing class:
- DocumentTextDetectionFeature
public static class DocumentTextDetectionFeature.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentTextDetectionFeature
build()
DocumentTextDetectionFeature.Builder
copy(DocumentTextDetectionFeature model)
DocumentTextDetectionFeature.Builder
generateSearchablePdf(Boolean generateSearchablePdf)
Whether or not to generate a searchable PDF file.
-
-
-
Method Detail
-
generateSearchablePdf
public DocumentTextDetectionFeature.Builder generateSearchablePdf(Boolean generateSearchablePdf)
Whether or not to generate a searchable PDF file.- Parameters:
generateSearchablePdf
- the value to set- Returns:
- this builder
-
build
public DocumentTextDetectionFeature build()
-
copy
public DocumentTextDetectionFeature.Builder copy(DocumentTextDetectionFeature model)
-
-