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

DetectKeyPhrasesResponse

import type { DetectKeyPhrasesResponse } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";
interface DetectKeyPhrasesResponse {
KeyPhrases?: KeyPhrase[] | null;
}

§Properties

§
KeyPhrases?: KeyPhrase[] | null
[src]

A collection of key phrases that Amazon Comprehend identified in the input text. For each key phrase, the response provides the text of the key phrase, where the key phrase begins and ends, and the level of confidence that Amazon Comprehend has in the accuracy of the detection.