"
}
},
"video" : {
"mediaType" : "video/mp4",
"destination" : {
"url" : ""
}
},
"transcript" : {
"destination" : {
"url" : ""
}
}
} ]
}
},
"JobFailed" : {
"summary" : "Job failed",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Incorrectly formatted transcript for localeCode en-US"
}
}, {
"localeCode" : "fr-FR",
"error" : {
"error_code" : "validation_error",
"message" : "Incorrectly formatted transcript for localeCode fr-FR"
}
} ]
}
},
"JobIsStillRunning" : {
"summary" : "Job is still running",
"value" : {
"status" : "running",
"jobId" : "123e4567-e89b-12d3-a456-426614174003"
}
},
"JobIsInPendingState" : {
"summary" : "Job is in pending state",
"value" : {
"status" : "pending",
"jobId" : "123e4567-e89b-12d3-a456-426614174003"
}
},
"ErrorBodyBadRequest" : {
"summary" : "Error Body Bad Request",
"value" : {
"error_code" : "400001",
"message" : "Invalid request. Please check the input data."
}
},
"ErrorBodyUnauthorized" : {
"summary" : "Error Body Unauthorized",
"value" : {
"error_code" : "401013",
"message" : "Oauth token is not valid"
}
},
"ErrorBodyForbidden" : {
"summary" : "Error Body Forbidden",
"value" : {
"error_code" : "403220",
"message" : "Token not allowed in the current context"
}
},
"ErrorBodyResourceNotFound" : {
"summary" : "Error Body Resource Not Found",
"value" : {
"error_code" : "unknown_job_id",
"message" : "The requested resource 123e4567-e89b-12d3-a456-426614174002 was not found."
}
},
"ErrorBodyMethodNotAllowed" : {
"summary" : "Error Body Method Not Allowed",
"value" : {
"error_code" : "405001",
"message" : "The requested method is not allowed on this endpoint."
}
},
"ErrorBodyLegalReasons" : {
"summary" : "Unauthorized due to legal reasons",
"value" : {
"message" : "Unauthorized due to legal reasons",
"error_code" : "unauthorized_legal_reasons"
}
},
"ErrorBodyTooManyRequests" : {
"summary" : "Error Body Too Many Requests",
"value" : {
"message" : "Too Many Requests",
"error_code" : "429011"
}
},
"ErrorBodyInternalServerError" : {
"summary" : "Error Body Internal Server Error",
"value" : {
"error_code" : "500001",
"message" : "An internal server error occurred. Please try again later."
}
},
"ErrorBodyServiceInternalServerError" : {
"summary" : "Error Body Internal Server Error by service",
"value" : {
"error_code" : "runtime_error",
"message" : "Internal Server Error."
}
},
"Access_error" : {
"summary" : "Error Body for unauthorized access",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "access_error",
"message" : "Not authorized. See X-Access-Error header for details"
}
} ]
}
},
"ValidationError_AudioVideo_Required" : {
"summary" : "Error Body for missing audio or video property",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "The body of the request must contain an \"audio\" property or a \"video\" property"
}
} ]
}
},
"ValidationErrorTargetOrTranscripts" : {
"summary" : "Error for request including both targetLocaleCodes and transcripts array",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Request must include either targetLocaleCodes or transcripts array, not both"
}
} ]
}
},
"ValidationErrorMissingLocale" : {
"summary" : "Error for missing or unsupported localeCode",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "The request does not contain a localeCode property, or the value of the property is not a supported localCode"
}
} ]
}
},
"LanguageNotSupported" : {
"summary" : "Error for unsupported source language",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "language_not_supported",
"message" : "Source language unsupported"
}
} ]
}
},
"AudioSpeechNotDetectedSingle" : {
"summary" : "Error for no speech detected in single audio track",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "audio_speech_not_detected",
"message" : "No speech detected in audio track"
}
} ]
}
},
"ValidationErrorRedubbing" : {
"summary" : "Error for attempting re-dubbing of already dubbed content",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Re-dubbing is not allowed for already dubbed content"
}
} ]
}
},
"ValidationErrorProprietaryContent" : {
"summary" : "Error for input media with proprietary content",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Input media contains proprietary content; service not licensed for such content"
}
} ]
}
},
"ValidationErrorUnrecognizedLanguage" : {
"summary" : "Error for unrecognized language in audio track",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Unrecognized language in audio track"
}
} ]
}
},
"AudioSpeechNotDetectedMulti" : {
"summary" : "Error for no speech detected in any audio track",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "audio_speech_not_detected",
"message" : "No speech detected in any audio track"
}
} ]
}
},
"ValidationErrorDialogTrackNumber" : {
"summary" : "Error for invalid dialogTrackNumber property",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "audio_speech_not_detected",
"message" : "Invalid dialogTrackNumber; should be an integer between 1 and 7"
}
} ]
}
},
"ValidationErrorDownloadFailure" : {
"summary" : "Error for failure in downloading data from input URL",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "audio_speech_not_detected",
"message" : "Error downloading data from input URL"
}
} ]
}
},
"VideoNotDetected" : {
"summary" : "Error for invalid video file",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "video_not_detected",
"message" : "Downloaded media is not a valid video file"
}
} ]
}
},
"AudioNotDetectedUnsupported" : {
"summary" : "Error for unsupported audio format",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "audio_not_detected",
"message" : "Downloaded media is not a supported audio format"
}
} ]
}
},
"ValidationErrorVideoDuration" : {
"summary" : "Error for video duration exceeding limit",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Video duration should be under 30 minutes"
}
} ]
}
},
"InputMediaIndecipherableFaces" : {
"summary" : "Error for no faces detected in the video",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "input_media_indecipherable",
"message" : "Lip-Sync validation failed, no faces detected in the video"
}
} ]
}
},
"ValidationErrorCodecUnsupported" : {
"summary" : "Error for unsupported video codec",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Unsupported video codec"
}
} ]
}
},
"ValidationErrorMaxSupportedResolution" : {
"summary" : "Error for video resolution exceeding maximum supported resolution",
"value" : {
"status" : "failed",
"jobId" : "123e4567-e89b-12d3-a456-426614174002",
"outputs" : [ {
"localeCode" : "en-US",
"error" : {
"error_code" : "validation_error",
"message" : "Video resolution should not be greater than maximum supported resolution 1920x1080"
}
} ]
}
},
"ValidationErrorBlankTranscriptSourceField" : {
"summary" : "Transcript source field cannot be blank",
"value" : {
"error_code" : "validation_error",
"message" : "Transcript source field cannot be blank"
}
},
"ValidationErrorBlankTargetLocaleCode" : {
"summary" : "Target locale codes cannot be empty",
"value" : {
"error_code" : "validation_error",
"message" : "Target locale codes cannot be empty"
}
},
"ValidationErrorVideoSourceBlank" : {
"summary" : "Error for blank video source field",
"value" : {
"error_code" : "validation_error",
"message" : "Video source field cannot be blank"
}
},
"ValidationErrorAudioSourceBlank" : {
"summary" : "Error for blank audio source field",
"value" : {
"error_code" : "validation_error",
"message" : "Audio source field cannot be blank"
}
},
"ValidationErrorInputSourceBlank" : {
"summary" : "Error for blank input source field",
"value" : {
"error_code" : "validation_error",
"message" : "Input source field cannot be blank"
}
},
"ValidationErrorVideoAndAudioSimultaneous" : {
"summary" : "Error for providing both video and audio inputs simultaneously",
"value" : {
"error_code" : "validation_error",
"message" : "Cannot provide both video and audio input simultaneously"
}
},
"ValidationErrorVideoInputMediaTypeMissing" : {
"summary" : "Error for missing video input media type",
"value" : {
"error_code" : "validation_error",
"message" : "Video input media type must be specified"
}
},
"ValidationErrorAudioInputMediaTypeMissing" : {
"summary" : "Error for missing audio input media type",
"value" : {
"error_code" : "validation_error",
"message" : "Audio input media type must be specified"
}
},
"ValidationErrorSourceUrlEmpty" : {
"summary" : "Error for empty source URL field",
"value" : {
"error_code" : "validation_error",
"message" : "Source URL field cannot be empty"
}
},
"ValidationErrorInvalidVideoAudioSourceUrl" : {
"summary" : "Error for invalid video/audio input source URL",
"value" : {
"error_code" : "validation_error",
"message" : "Invalid video/audio input source URL: <>"
}
},
"ValidationErrorInvalidTranscriptUrl" : {
"summary" : "Error for invalid transcript input source URL",
"value" : {
"error_code" : "validation_error",
"message" : "Invalid transcript input source URL: <>"
}
},
"ValidationErrorUnsupportedVideoMediaType" : {
"summary" : "Error for unsupported video media type",
"value" : {
"error_code" : "validation_error",
"message" : "Unsupported input video media type: <>"
}
},
"ValidationErrorUnsupportedAudioMediaType" : {
"summary" : "Error for unsupported audio media type",
"value" : {
"error_code" : "validation_error",
"message" : "Unsupported input audio media type: <>"
}
},
"ValidationErrorUnsupportedTargetLocaleCode" : {
"summary" : "Error for unsupported target locale code",
"value" : {
"error_code" : "validation_error",
"message" : "Unsupported target locale code: <>"
}
},
"ValidationErrorInvalidMediaProvided" : {
"summary" : "Error for invalid media provided as input",
"value" : {
"error_code" : "validation_error",
"message" : "Invalid media provided"
}
},
"ValidationErrorMissingTargetLocaleCode" : {
"summary" : "Error for missing target locale code",
"value" : {
"error_code" : "validation_error",
"message" : "At least one target locale code required"
}
},
"ValidationErrorLocaleCodeNotRequiredForEditedTranscript" : {
"summary" : "Error indicating locale code is not required with edited transcript",
"value" : {
"error_code" : "validation_error",
"message" : "Locale code not needed when providing an edited transcript"
}
},
"ValidationErrorEitherTargetLocaleCodesOrTranscriptionRequired" : {
"summary" : "Error for missing target locale codes or transcription input",
"value" : {
"error_code" : "validation_error",
"message" : "Provide either target locale codes or transcription input for dubbing"
}
},
"ValidationErrorCaptionGenerationNotSupportedWithTranslation" : {
"summary" : "Error indicating captions generation not supported with translation request",
"value" : {
"error_code" : "validation_error",
"message" : "Captions generation is not supported with translation request"
}
}
}
}
}