Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
DetectedDocumentType |
DetectedDocumentType.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DetectedDocumentType> |
Page.getDetectedDocumentTypes()
An array of detected document types.
|
List<DetectedDocumentType> |
AnalyzeDocumentResult.getDetectedDocumentTypes()
An array of detected document types.
|
Modifier and Type | Method and Description |
---|---|
DetectedDocumentType.Builder |
DetectedDocumentType.Builder.copy(DetectedDocumentType model) |
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.detectedDocumentTypes(List<DetectedDocumentType> detectedDocumentTypes)
An array of detected document types.
|
AnalyzeDocumentResult.Builder |
AnalyzeDocumentResult.Builder.detectedDocumentTypes(List<DetectedDocumentType> detectedDocumentTypes)
An array of detected document types.
|
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.
|
Page(Integer pageNumber,
Dimensions dimensions,
List<DetectedDocumentType> detectedDocumentTypes,
List<DetectedLanguage> detectedLanguages,
List<Word> words,
List<Line> lines,
List<Table> tables,
List<DocumentField> documentFields)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.