Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified. For more information, see Syntax in the Comprehend Developer Guide.

Link copied to clipboard
var text: String?

The word that was recognized in the source text.

Link copied to clipboard
var tokenId: Int?

A unique identifier for a token.

Functions

Link copied to clipboard