Class AudioSegments
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.models.AudioSegments
-
public class AudioSegments extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AudioSegments()AudioSegments(AudioSegments source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOffsetTime()Get 截帧时间。 点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10 直播流:该值为时间戳,例如:1594650717 注意:此字段可能返回 null,表示取不到有效值。AudioResultgetResult()Get 结果集 注意:此字段可能返回 null,表示取不到有效值。voidsetOffsetTime(String OffsetTime)Set 截帧时间。 点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10 直播流:该值为时间戳,例如:1594650717 注意:此字段可能返回 null,表示取不到有效值。voidsetResult(AudioResult Result)Set 结果集 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AudioSegments
public AudioSegments()
-
AudioSegments
public AudioSegments(AudioSegments source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getOffsetTime
public String getOffsetTime()
Get 截帧时间。 点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10 直播流:该值为时间戳,例如:1594650717 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OffsetTime 截帧时间。 点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10 直播流:该值为时间戳,例如:1594650717 注意:此字段可能返回 null,表示取不到有效值。
-
setOffsetTime
public void setOffsetTime(String OffsetTime)
Set 截帧时间。 点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10 直播流:该值为时间戳,例如:1594650717 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OffsetTime- 截帧时间。 点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10 直播流:该值为时间戳,例如:1594650717 注意:此字段可能返回 null,表示取不到有效值。
-
getResult
public AudioResult getResult()
Get 结果集 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Result 结果集 注意:此字段可能返回 null,表示取不到有效值。
-
setResult
public void setResult(AudioResult Result)
Set 结果集 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Result- 结果集 注意:此字段可能返回 null,表示取不到有效值。
-
-