DocumentLabel

Specifies one of the label or labels that categorize the document being analyzed.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the label.

Link copied to clipboard
val page: Int?

Page number where the label occurs. This field is present in the response only if your request includes the Byte parameter.

Link copied to clipboard
val score: Float?

The confidence score that Amazon Comprehend has this label correctly attributed.

Functions

Link copied to clipboard
inline fun copy(block: DocumentLabel.Builder.() -> Unit = {}): DocumentLabel
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