From 2a304d8aa369e3ad4a35c9ee000696cb5029fa16 Mon Sep 17 00:00:00 2001 From: Antony Jukes Date: Mon, 12 Aug 2024 16:03:07 +0100 Subject: [PATCH] added languageModelName to recognizer (aws) (#94) Co-authored-by: ajukes --- markdown/docs/webhooks/recognizer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown/docs/webhooks/recognizer.md b/markdown/docs/webhooks/recognizer.md index 495fd15..eaf0077 100644 --- a/markdown/docs/webhooks/recognizer.md +++ b/markdown/docs/webhooks/recognizer.md @@ -30,6 +30,7 @@ It is an object containing the following properties: | vocabularyName | (aws) The name of a vocabulary to use when processing the speech.| no | | vocabularyFilterName | (aws) The name of a vocabulary filter to use when processing the speech.| no | | filterMethod | (aws) The method to use when filtering the speech: remove, mask, or tag.| no | +| languageModelName | (aws) The name of the custom language model when processing speech.| no | | identifyChannels | (aws) Enable channel identification. | no | | profanityOption | (microsoft) masked, removed, or raw. Default: raw| no | | outputFormat | (microsoft) simple or detailed. Default: simple| no |