# Translate recording action

Translate recording action Translate Recording Action

# Input

Field Description
File contents Provide the file contents to translate. Supported formats are: mp3, mp4, mpeg, mpga, m4a, wav, or webm.
File type Select the file type of the input to translate.
Prompt An optional text to guide the model's style or continue a previous audio segment. It can be used to provide additional context to the model when transcribing and help specify the way certain words and phrases should be either omitted, included or written. Learn more here (opens new window). The prompt should be in English and has to be UTF-8 compatible.
Temperature We generally recommend setting a value of 0. You can set a value between 0 and 2 to control the randomness of completions. Higher values will make the output more random, while lower values will make it more focused and deterministic. We recommend using this or top p but not both.

# Output

The output is a datapill containing the translated text. You can use this directly in further actions or send it to text-based OpenAI models for further processing.


Last updated: 6/20/2023, 4:11:40 PM

On this page