Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FAudioTranscriptionVerboseResponse Struct Reference

#include <AudioTypes.h>

Public Attributes

FString Language
 
FString 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

FString 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: