Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FAudioTranscriptionSegment Struct Reference

Public Attributes

int32 Id {}
int32 Seek {}
float Start {}
float End {}
FString Text
TArray< int32 > Tokens
double Temperature {}
double Avg_Logprob {}
double Compression_Ratio {}
double No_Speech_Prob {}

Member Data Documentation

◆ Avg_Logprob

double FAudioTranscriptionSegment::Avg_Logprob {}

Average logprob of the segment. If the value is lower than -1, consider the logprobs failed.

◆ Compression_Ratio

double FAudioTranscriptionSegment::Compression_Ratio {}

Compression ratio of the segment. If the value is greater than 2.4, consider the compression failed.

◆ End

float FAudioTranscriptionSegment::End {}

End time of the segment in seconds.

◆ Id

int32 FAudioTranscriptionSegment::Id {}

Unique identifier of the segment.

◆ No_Speech_Prob

double FAudioTranscriptionSegment::No_Speech_Prob {}

CProbability of no speech in the segment. If the value is higher than 1.0 and the avg_logprob is below -1, consider this segment silent.

◆ Seek

int32 FAudioTranscriptionSegment::Seek {}

Seek offset of the segment.

◆ Start

float FAudioTranscriptionSegment::Start {}

Start time of the segment in seconds.

◆ Temperature

double FAudioTranscriptionSegment::Temperature {}

Temperature parameter used for generating the segment.

◆ Text

FString FAudioTranscriptionSegment::Text

Text content of the segment.

◆ Tokens

TArray<int32> FAudioTranscriptionSegment::Tokens

Array of token IDs for the text content.


The documentation for this struct was generated from the following file: