|
Unreal OpenAI API 1.0.0
|
#include <AudioTypes.h>
Public Attributes | |
| FString | Language |
| FString | Duration |
| FString | Text |
| TArray< FAudioTranscriptionWord > | Words |
| TArray< FAudioTranscriptionSegment > | Segments |
Represents a verbose json transcription response returned by model, based on the provided input.
| FString FAudioTranscriptionVerboseResponse::Duration |
The duration of the input audio.
| FString FAudioTranscriptionVerboseResponse::Language |
The language of the input audio.
| TArray<FAudioTranscriptionSegment> FAudioTranscriptionVerboseResponse::Segments |
Segments of the transcribed text and their corresponding details.
| FString FAudioTranscriptionVerboseResponse::Text |
The transcribed text.
| TArray<FAudioTranscriptionWord> FAudioTranscriptionVerboseResponse::Words |
Extracted words and their corresponding timestamps.