KeyPhrase

class KeyPhrase

Describes a key noun phrase.

Types

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

Properties

Link copied to clipboard

The zero-based offset from the beginning of the source text to the first character in the key phrase.

Link copied to clipboard

The zero-based offset from the beginning of the source text to the last character in the key phrase.

Link copied to clipboard
val score: Float?

The level of confidence that Amazon Comprehend has in the accuracy of the detection.

Link copied to clipboard
val text: String?

The text of a key noun phrase.

Functions

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