AudioFingerprintResponse
oneOf- ErrorResponse
- MOD2
successbooleanrequired
Possible values: [false]
messagestring
Human-readable message describing the error
failureCodeFailureCode (string)required
Possible values: [GEOGRAPHICALLY_BLOCKED, ENDPOINT_NOT_FOUND, AUTHENTICATION_FAILED, VALIDATION_ERROR, SERVICE_UNAVAILABLE, INTERNAL_ERROR, ACR_CLOUD_ERROR, ACR_CLOUD_CONFIG_ERROR, NO_STREAMING_RIGHTS, CLIP_NOT_FOUND, TRACK_NOT_FOUND, COLLECTION_NOT_FOUND, INVALID_PARAMETERS, MISSING_HEADERS, NETWORK_ERROR]
errorDataobject
Additional error context data
successbooleanrequired
Possible values: [true]
data objectrequired
canPlaybooleanrequired
Whether the audio can be played (true if not recognized or has rights, false if recognized but no rights)
clipIdinteger
The clip ID for the track, present only when the track is available to play (canPlay is true)
Possible values: >= 1
AudioFingerprintResponse
{
"success": false,
"message": "string",
"failureCode": "GEOGRAPHICALLY_BLOCKED",
"errorData": {}
}