Uses of Class
com.oracle.bmc.aidocument.model.AnalyzeDocumentResult
-
Packages that use AnalyzeDocumentResult Package Description com.oracle.bmc.aidocument.model com.oracle.bmc.aidocument.responses -
-
Uses of AnalyzeDocumentResult in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResult
AnalyzeDocumentResult.Builder. build()
AnalyzeDocumentResult
AnalyzeDocumentDetails. getOcrData()
Methods in com.oracle.bmc.aidocument.model with parameters of type AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResult.Builder
AnalyzeDocumentResult.Builder. copy(AnalyzeDocumentResult model)
AnalyzeDocumentDetails.Builder
AnalyzeDocumentDetails.Builder. ocrData(AnalyzeDocumentResult ocrData)
Constructors in com.oracle.bmc.aidocument.model with parameters of type AnalyzeDocumentResult Constructor Description AnalyzeDocumentDetails(List<DocumentFeature> features, DocumentDetails document, String compartmentId, OutputLocation outputLocation, String language, DocumentType documentType, AnalyzeDocumentResult ocrData)
Deprecated. -
Uses of AnalyzeDocumentResult in com.oracle.bmc.aidocument.responses
Methods in com.oracle.bmc.aidocument.responses that return AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResult
AnalyzeDocumentResponse. getAnalyzeDocumentResult()
The returned AnalyzeDocumentResult instance.Methods in com.oracle.bmc.aidocument.responses with parameters of type AnalyzeDocumentResult Modifier and Type Method Description AnalyzeDocumentResponse.Builder
AnalyzeDocumentResponse.Builder. analyzeDocumentResult(AnalyzeDocumentResult analyzeDocumentResult)
The returned AnalyzeDocumentResult instance.
-