Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
ProcessingError |
ProcessingError.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProcessingError> |
AnalyzeImageResult.getErrors()
The errors encountered during image analysis.
|
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 |
---|---|
AnalyzeImageResult.Builder |
AnalyzeImageResult.Builder.errors(List<ProcessingError> errors)
The errors encountered during image analysis.
|
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 textDetectionModelVersion,
String keyValueDetectionModelVersion,
String tableDetectionModelVersion,
List<ProcessingError> errors,
byte[] searchablePdf)
Deprecated.
|
AnalyzeImageResult(List<ImageObject> imageObjects,
List<Label> labels,
List<OntologyClass> ontologyClasses,
ImageText imageText,
List<Face> detectedFaces,
String imageClassificationModelVersion,
String objectDetectionModelVersion,
String textDetectionModelVersion,
String faceDetectionModelVersion,
List<ProcessingError> errors)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.