CandidateError: {
    code: "blocked" | "unknown" | "other";
    index: number;
    message?: string;
}

Type declaration

  • code: "blocked" | "unknown" | "other"
  • index: number
  • Optionalmessage?: string

All responses now return a single candidate. Only the first candidate will be used if supplied.