Uses of Class
com.oracle.bmc.aivision.model.AnalyzeDocumentDetails
- 
Packages that use AnalyzeDocumentDetails Package Description com.oracle.bmc.aivision.model com.oracle.bmc.aivision.requests 
- 
- 
Uses of AnalyzeDocumentDetails in com.oracle.bmc.aivision.modelMethods in com.oracle.bmc.aivision.model that return AnalyzeDocumentDetails Modifier and Type Method Description AnalyzeDocumentDetailsAnalyzeDocumentDetails.Builder. build()Methods in com.oracle.bmc.aivision.model with parameters of type AnalyzeDocumentDetails Modifier and Type Method Description AnalyzeDocumentDetails.BuilderAnalyzeDocumentDetails.Builder. copy(AnalyzeDocumentDetails model)
- 
Uses of AnalyzeDocumentDetails in com.oracle.bmc.aivision.requestsMethods in com.oracle.bmc.aivision.requests that return AnalyzeDocumentDetails Modifier and Type Method Description AnalyzeDocumentDetailsAnalyzeDocumentRequest. getAnalyzeDocumentDetails()The details of how to analyze a document.AnalyzeDocumentDetailsAnalyzeDocumentRequest. getBody$()Alternative accessor for the body parameter.Methods in com.oracle.bmc.aivision.requests with parameters of type AnalyzeDocumentDetails Modifier and Type Method Description AnalyzeDocumentRequest.BuilderAnalyzeDocumentRequest.Builder. analyzeDocumentDetails(AnalyzeDocumentDetails analyzeDocumentDetails)The details of how to analyze a document.AnalyzeDocumentRequest.BuilderAnalyzeDocumentRequest.Builder. body$(AnalyzeDocumentDetails body)Alternative setter for the body parameter.
 
-