Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FAudioTranscription Struct Reference
Inheritance diagram for FAudioTranscription:
FAudioBase

Public Attributes

FString Language
TArray< int32 > Timestamp_Granularities
Public Attributes inherited from FAudioBase
FString File
FString Model {"whisper-1"}
FString Prompt
FString Response_Format {"json"}
float Temperature {0.0f}

Member Data Documentation

◆ Language

FString FAudioTranscription::Language

The language of the input audio. Supplying the input language in ISO-639-1 (https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format will improve accuracy and latency.

◆ Timestamp_Granularities

TArray<int32> FAudioTranscription::Timestamp_Granularities

The timestamp granularities to populate for this transcription. response_format must be set verbose_json to use timestamp granularities. Either or both of these options are supported: word, or segment. Note: There is no additional latency for segment timestamps, but generating word timestamps incurs additional latency.


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