Uses of Class
com.oracle.bmc.aivision.model.AnalyzeDocumentResult
-
Packages that use AnalyzeDocumentResult Package Description com.oracle.bmc.aivision.model com.oracle.bmc.aivision.responses -
-
Uses of AnalyzeDocumentResult in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResult
AnalyzeDocumentResult.Builder. build()
Methods in com.oracle.bmc.aivision.model with parameters of type AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResult.Builder
AnalyzeDocumentResult.Builder. copy(AnalyzeDocumentResult model)
-
Uses of AnalyzeDocumentResult in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResult
AnalyzeDocumentResponse. getAnalyzeDocumentResult()
The returned AnalyzeDocumentResult instance.Methods in com.oracle.bmc.aivision.responses with parameters of type AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResponse.Builder
AnalyzeDocumentResponse.Builder. analyzeDocumentResult(AnalyzeDocumentResult analyzeDocumentResult)
The returned AnalyzeDocumentResult instance.
-