Custom Files
An example of custom-defined metadata for Audio & Video Recognition, Broadcast Monitoring, Hybrid Recognition and Offline Recognition projects.
JSON structure
{
"metadata": {
"timestamp_utc": "2020-01-19 02:58:28",
"custom_files": [
{
"bucket_id": "51",
"title": "You are beautiful",
"artist": "James",
"acrid": "5343bc191634b042622bf474ed46121a",
"audio_id": "3"
}
]
},
"status": {
"msg": "Success",
"version": "1.0",
"code": 0
}
}Metadata fields
Name
Description
custom_files
Custom uploaded file fields
arcid
ACRCloud unique identifier
title
File name
audio_id
User defined identifier
play_offset_ms
Position of the recognition in the file if the file was playing (millisecond)
*db_begin_time_offset_ms
Position of beginning of the recognition on database file (millisecond)
*db_end_time_offset_ms
Position of end of the recognition on database file (millisecond)
*sample_begin_time_offset_ms
Position of beginning of the recognition in sample file sent by SDK/API (millisecond)
*sample_end_time_offset_ms
Position of end of the recognition in sample file sent by SDK/API (millisecond)
Last updated