◆ 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
int32 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
int32 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: