You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::KeyPhrase

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a key noun phrase.

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offsetInteger

A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A code point is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.

Returns:

  • (Integer)

    A character offset in the input text that shows where the key phrase begins (the first character is at position 0).

#end_offsetInteger

A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A code point is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.

Returns:

  • (Integer)

    A character offset in the input text where the key phrase ends.

#scoreFloat

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

Returns:

  • (Float)

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

#textString

The text of a key noun phrase.

Returns:

  • (String)

    The text of a key noun phrase.