Type Alias: STTResult
Makaio Framework / contracts / STTResult
Type Alias: STTResult
Section titled “Type Alias: STTResult”STTResult =
z.infer<typeofSTTResultSchema>
Defined in: ../../../packages/contracts/src/capabilities/voice/schemas.ts:17
Type Composition
Section titled “Type Composition”STTResultz.infer<typeof STTResultSchema>typeof STTResultSchema
Resolved Shape
Section titled “Resolved Shape”type STTResult = { text: string; language: string; confidence?: number | undefined;};