Skip to content

Type Alias: STTResult

Makaio Framework


Makaio Framework / contracts / STTResult

STTResult = z.infer<typeof STTResultSchema>

Defined in: ../../../packages/contracts/src/capabilities/voice/schemas.ts:17

  • STTResult
    • z.infer<typeof STTResultSchema>
      • typeof STTResultSchema
type STTResult = {
text: string;
language: string;
confidence?: number | undefined;
};