Example of JSON result: Audio & Video buckets of custom files with Audio & Video Recognition, Broadcast Monitoring, Hybrid Recognition and Offline Recognition projects.
JSON structure
1
{
2
"status":{
3
"msg":"Success",
4
"code":0,
5
"version":"1.0"
6
},
7
"metadata":{
8
"timestamp_utc":"2015-07-27 12:56:46",
9
"custom_files":[
10
{
11
"bucket_id":"51",
12
"title":"You are beautiful",
13
"artist":"James",
14
"acrid":"5343bc191634b042622bf474ed46121a",
15
"audio_id":"3",
16
}
17
]
18
},
19
"result_type":0
20
}
Copied!
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)
* fields are visible in Broadcast Monitoring service only, if you want to use these fields in recognition service, please contact us.
Please note: Only Title, ARCID, Audio_ID are required fields.