类 HighlightAnalyzeRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.vca.model.HighlightAnalyzeRequest
-
public class HighlightAnalyzeRequest extends AbstractBceRequest
Created on 2022/11/15.- 作者:
- Zhangli Chen (chenzhangli01@baidu.com)
-
-
构造器概要
构造器 构造器 说明 HighlightAnalyzeRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAuth()StringgetDescription()IntegergetMaxDurationTime()StringgetNotification()IntegergetPriority()StringgetSource()StringgetVideoType()voidsetAuth(String auth)voidsetDescription(String description)voidsetMaxDurationTime(Integer maxDurationTime)voidsetNotification(String notification)voidsetPriority(Integer priority)voidsetSource(String source)voidsetVideoType(String videoType)StringtoString()HighlightAnalyzeRequestwithAuth(String auth)HighlightAnalyzeRequestwithDescription(String description)HighlightAnalyzeRequestwithMaxDurationTime(Integer maxDurationTime)HighlightAnalyzeRequestwithNotification(String notification)HighlightAnalyzeRequestwithPriority(Integer priority)HighlightAnalyzeRequestwithRequestCredentials(BceCredentials credentials)HighlightAnalyzeRequestwithSource(String source)HighlightAnalyzeRequestwithVideoType(String videoType)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withRequestCredentials
public HighlightAnalyzeRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
withSource
public HighlightAnalyzeRequest withSource(String source)
-
withAuth
public HighlightAnalyzeRequest withAuth(String auth)
-
withNotification
public HighlightAnalyzeRequest withNotification(String notification)
-
withPriority
public HighlightAnalyzeRequest withPriority(Integer priority)
-
withMaxDurationTime
public HighlightAnalyzeRequest withMaxDurationTime(Integer maxDurationTime)
-
withVideoType
public HighlightAnalyzeRequest withVideoType(String videoType)
-
withDescription
public HighlightAnalyzeRequest withDescription(String description)
-
getSource
public String getSource()
-
setSource
public void setSource(String source)
-
getAuth
public String getAuth()
-
setAuth
public void setAuth(String auth)
-
getNotification
public String getNotification()
-
setNotification
public void setNotification(String notification)
-
getPriority
public Integer getPriority()
-
setPriority
public void setPriority(Integer priority)
-
getMaxDurationTime
public Integer getMaxDurationTime()
-
setMaxDurationTime
public void setMaxDurationTime(Integer maxDurationTime)
-
getVideoType
public String getVideoType()
-
setVideoType
public void setVideoType(String videoType)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-