Package com.oracle.bmc.aivision.model
Class AnalyzeDocumentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.AnalyzeDocumentDetails.Builder
 
- 
- Enclosing class:
- AnalyzeDocumentDetails
 
 public static class AnalyzeDocumentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyzeDocumentDetailsbuild()AnalyzeDocumentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment that calls the API.AnalyzeDocumentDetails.Buildercopy(AnalyzeDocumentDetails model)AnalyzeDocumentDetails.Builderdocument(DocumentDetails document)AnalyzeDocumentDetails.BuilderdocumentType(DocumentType documentType)The document type.AnalyzeDocumentDetails.Builderfeatures(List<DocumentFeature> features)The types of document analysis requested.AnalyzeDocumentDetails.Builderlanguage(DocumentLanguage language)The document language, abbreviated according to ISO 639-2.AnalyzeDocumentDetails.BuilderoutputLocation(OutputLocation outputLocation)
 
- 
- 
- 
Method Detail- 
featurespublic AnalyzeDocumentDetails.Builder features(List<DocumentFeature> features) The types of document analysis requested.- Parameters:
- features- the value to set
- Returns:
- this builder
 
 - 
documentpublic AnalyzeDocumentDetails.Builder document(DocumentDetails document) 
 - 
compartmentIdpublic AnalyzeDocumentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that calls the API.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
outputLocationpublic AnalyzeDocumentDetails.Builder outputLocation(OutputLocation outputLocation) 
 - 
languagepublic AnalyzeDocumentDetails.Builder language(DocumentLanguage language) The document language, abbreviated according to ISO 639-2.- Parameters:
- language- the value to set
- Returns:
- this builder
 
 - 
documentTypepublic AnalyzeDocumentDetails.Builder documentType(DocumentType documentType) The document type.- Parameters:
- documentType- the value to set
- Returns:
- this builder
 
 - 
buildpublic AnalyzeDocumentDetails build() 
 - 
copypublic AnalyzeDocumentDetails.Builder copy(AnalyzeDocumentDetails model) 
 
- 
 
-