Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
ProcessingError |
ProcessingError.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProcessingError> |
AnalyzeDocumentResult.getErrors()
The errors encountered during document analysis.
|
Modifier and Type | Method and Description |
---|---|
ProcessingError.Builder |
ProcessingError.Builder.copy(ProcessingError model) |
Modifier and Type | Method and Description |
---|---|
AnalyzeDocumentResult.Builder |
AnalyzeDocumentResult.Builder.errors(List<ProcessingError> errors)
The errors encountered during document analysis.
|
Constructor and Description |
---|
AnalyzeDocumentResult(DocumentMetadata documentMetadata,
List<Page> pages,
List<DetectedDocumentType> detectedDocumentTypes,
List<DetectedLanguage> detectedLanguages,
String documentClassificationModelVersion,
String languageClassificationModelVersion,
String textExtractionModelVersion,
String keyValueExtractionModelVersion,
String tableExtractionModelVersion,
List<ProcessingError> errors,
byte[] searchablePdf)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.