From 2cf121437da25154ec356b16a9b1f7ed2ad1094b Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 23 Oct 2019 14:26:23 +0800 Subject: [PATCH] Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image. --- CHANGELOG | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ad9752dbc..6f6ac1b55 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2019-10-23 Version 1.36.157 +- Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image. +- Add a new api named SubmitWorkflowJob to initiate the VoD workflow processing for audio and video. +- Add a new field AuditStatus in the structure ImageInfo to GetImageInfo api response, which is used to identify the audit status of the image. +- Modify the data type of return field StorageLocation to String. +- Add a new field named MediaType to SubmitAIMediaAuditJob api request. + 2019-10-23 Version 1.36.156 - Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image. - Add a new api named SubmitWorkflowJob to initiate the VoD workflow processing for audio and video. diff --git a/VERSION b/VERSION index 9fcb0c0e5..450f393cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.156 \ No newline at end of file +1.36.157 \ No newline at end of file