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.model
Methods in com.oracle.bmc.aivision.model that return AnalyzeDocumentDetails Modifier and Type Method Description AnalyzeDocumentDetails
AnalyzeDocumentDetails.Builder. build()
Methods in com.oracle.bmc.aivision.model with parameters of type AnalyzeDocumentDetails Modifier and Type Method Description AnalyzeDocumentDetails.Builder
AnalyzeDocumentDetails.Builder. copy(AnalyzeDocumentDetails model)
-
Uses of AnalyzeDocumentDetails in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return AnalyzeDocumentDetails Modifier and Type Method Description AnalyzeDocumentDetails
AnalyzeDocumentRequest. getAnalyzeDocumentDetails()
The details of how to analyze a document.AnalyzeDocumentDetails
AnalyzeDocumentRequest. 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.Builder
AnalyzeDocumentRequest.Builder. analyzeDocumentDetails(AnalyzeDocumentDetails analyzeDocumentDetails)
The details of how to analyze a document.AnalyzeDocumentRequest.Builder
AnalyzeDocumentRequest.Builder. body$(AnalyzeDocumentDetails body)
Alternative setter for the body parameter.
-