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