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

AuthenticationDecision

import type { AuthenticationDecision } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";
type AuthenticationDecision =
| "ACCEPT"
| "REJECT"
| "NOT_ENOUGH_SPEECH"
| "SPEAKER_NOT_ENROLLED"
| "SPEAKER_OPTED_OUT"
| "SPEAKER_ID_NOT_PROVIDED"
| "SPEAKER_EXPIRED"

§Type

§
"ACCEPT" | "REJECT" | "NOT_ENOUGH_SPEECH" | "SPEAKER_NOT_ENROLLED" | "SPEAKER_OPTED_OUT" | "SPEAKER_ID_NOT_PROVIDED" | "SPEAKER_EXPIRED" | cmnP.UnexpectedEnumValue
[src]