Get desktop application:
View/edit binary Protocol Buffers messages
Used in: AudioRequest
string prompt = 1
float temperature = 2
string inputlanguage = 3
Used in: AudioMetadata
JSON = 0
TEXT = 1
SRT = 2
VERBOSE_JSON = 3
VTT = 4
Used as request type in: Audio.Transcribe, Audio.Translate
Used as response type in: Audio.Transcribe, Audio.Translate
string language = 2
double duration = 3
string text = 5
Used in: AudioResponse
int32 id = 1
int32 seek = 2
double start = 3
double end = 4
string text = 5
repeated int32 tokens = 6
double temperature = 7
double avg_logprob = 8
double compression_ratio = 9
double no_speech_prob = 10
bool transient = 11
Used in: AudioResponse
TRANSCRIBE = 0
TRANSLATE = 1