DocumentClass

Specifies the class that categorizes 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 class.

Link copied to clipboard
val page: Int?

Page number in the input document. 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 class correctly attributed.

Functions

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