Custom Files

An example of custom-defined metadata for Audio & Video Recognition, Broadcast Monitoring, Hybrid Recognition and Offline Recognition projects.

JSON structure

{
    "custom_files": [
        {
            "offset": 0,
            "played_duration": 14,
            "type": "traverse",
            "result": {
                "bucket_id": "51",
                "title": "You are beautiful",
                "artist": "James",
                "acrid": "5343bc191634b042622bf474ed46121a",
                "audio_id": "3"
            }
        }
    ]
}

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)

circle-info

* 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.

Last updated