TranscriptSegmentSchema
이 콘텐츠는 아직 번역되지 않았습니다.
const TranscriptSegmentSchema: z.ZodObject<{ end: z.ZodNumber; speaker: z.ZodOptional<z.ZodString>; start: z.ZodNumber; text: z.ZodString;}, "passthrough", z.ZodTypeAny, z.objectOutputType<{ end: z.ZodNumber; speaker: z.ZodOptional<z.ZodString>; start: z.ZodNumber; text: z.ZodString;}, z.ZodTypeAny, "passthrough">, z.objectInputType<{ end: z.ZodNumber; speaker: z.ZodOptional<z.ZodString>; start: z.ZodNumber; text: z.ZodString;}, z.ZodTypeAny, "passthrough">>;TranscriptSegment 的 zod schema(passthrough 容未知键)。
이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.