Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PartOfSpeechTag

import type { PartOfSpeechTag } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";

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 "how-syntax".

interface PartOfSpeechTag {
Score?: number | null;
Tag?: PartOfSpeechTagType | null;
}

§Properties

§
Score?: number | null
[src]

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

§

Identifies the part of speech that the token represents.