PartOfSpeechTag

Identifies the part of speech represented by the token and gives the confidence that Amazon Comprehend has that the part of speech was correctly identified. For more information about the parts of speech that Amazon Comprehend can identify, see Syntax in the Comprehend Developer Guide.

Types

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

Properties

Link copied to clipboard
val score: Float?

The confidence that Amazon Comprehend has that the part of speech was correctly identified.

Link copied to clipboard

Identifies the part of speech that the token represents.

Functions

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