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

#include <AudioTypes.h>

Public Attributes

FString Language
float Duration {}
FString Text
TArray< FAudioTranscriptionWordWords
TArray< FAudioTranscriptionSegmentSegments

Detailed Description

Represents a verbose json transcription response returned by model, based on the provided input.

Member Data Documentation

◆ Duration

float FAudioTranscriptionVerboseResponse::Duration {}

The duration of the input audio.

◆ Language

FString FAudioTranscriptionVerboseResponse::Language

The language of the input audio.

◆ Segments

TArray<FAudioTranscriptionSegment> FAudioTranscriptionVerboseResponse::Segments

Segments of the transcribed text and their corresponding details.

◆ Text

FString FAudioTranscriptionVerboseResponse::Text

The transcribed text.

◆ Words

TArray<FAudioTranscriptionWord> FAudioTranscriptionVerboseResponse::Words

Extracted words and their corresponding timestamps.


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