DetectEntitiesResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about each block of text in the input document. Blocks are nested. A page block contains a block for each line of text, which contains a block for each word.

Link copied to clipboard

Information about the document, discovered during text extraction. This field is present in the response only if your request used the Byte parameter.

Link copied to clipboard

The document type for each page in the input document. This field is present in the response only if your request used the Byte parameter.

Link copied to clipboard

A collection of entities identified in the input text. For each entity, the response provides the entity text, entity type, where the entity text begins and ends, and the level of confidence that Amazon Comprehend has in the detection.

Link copied to clipboard

Page-level errors that the system detected while processing the input document. The field is empty if the system encountered no errors.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String