Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / VoiceToTextMutation

Type Alias: VoiceToTextMutation ​

VoiceToTextMutation = object

Defined in: client/graphql.ts:3455

Properties ​

__typename? ​

optional __typename: "Mutation"

Defined in: client/graphql.ts:3455


voiceToText ​

voiceToText: object

Defined in: client/graphql.ts:3455

__typename? ​

optional __typename: "DecodingResult"

avg_logprob ​

avg_logprob: number

compression_ratio ​

compression_ratio: number

language ​

language: string

no_speech_prob ​

no_speech_prob: number

temperature ​

temperature: number

text ​

text: string

tokens ​

tokens: number[]

Licensed under BUSL-1.1