public static class GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetailInput
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
duration
The duration of the video.
|
String |
start
The start time of the video.
|
| 构造器和说明 |
|---|
GetMediaDNAResultResponseBodyDNAResultVideoDNADetailInput() |
@NameInMap(value="Duration") public String duration
The duration of the video. Unit: seconds.
@NameInMap(value="Start") public String start
The start time of the video. Unit: seconds.
public GetMediaDNAResultResponseBodyDNAResultVideoDNADetailInput()
public static GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetailInput build(Map<String,?> map) throws Exception
Exceptionpublic GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetailInput setDuration(String duration)
public String getDuration()
public GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetailInput setStart(String start)
public String getStart()
Copyright © 2024. All rights reserved.