Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.8 KB

File metadata and controls

27 lines (24 loc) · 1.8 KB

# Audiofile

Properties

Name Type Description Notes
filename string This is the filename without and path or folder. Should end in .wav [optional]
ordinal_order int This is the index of the audio file. [optional]
file_duration_seconds int This value is the length of the file in seconds. [optional]
file_size_kilobytes string This value will be a formated filesize of the file in kilobytes [optional]
created_datetime string This is the timestamp of create time fo the file [optional]
file_access_url string This will be URL of the file for remote playback. [optional]
file_script_text string This is the script that was used for text to speech and also used to create a new file. [optional]
file_source string This is the source of the file, it will show how the file was created originally. [optional]
text_to_speech_voice_id string This is the voice id used when using text to speech. [optional] [default to 'en-US-Wavenet-C']
text_to_speech_language string This is the voice language when using TTS. [optional] [default to 'en_US']
from_name string [optional]
from_user string [optional]
from_host string [optional]
nms_ani string [optional]
recorded_datetime string This is the timestamp of record time fo the file [optional]
nms_rec_start_time string [optional]
nms_rec_duration string [optional]
time_zone string [optional]
transcription string [optional]

[Back to Model list] [Back to API list] [Back to README]