| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<ExtractedCharactersListItem> |
DocumentMetadata.extractedCharacters()
List of pages in the document, with the number of characters extracted from each page.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadata.Builder |
DocumentMetadata.Builder.extractedCharacters(ExtractedCharactersListItem... extractedCharacters)
List of pages in the document, with the number of characters extracted from each page.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadata.Builder |
DocumentMetadata.Builder.extractedCharacters(Collection<ExtractedCharactersListItem> extractedCharacters)
List of pages in the document, with the number of characters extracted from each page.
|
Copyright © 2023. All rights reserved.