public class AudioSegments extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getOffsetTime()Get Capture time. | 
| AudioResult | getResult()Get Result set
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setOffsetTime(String OffsetTime)Set Capture time. | 
| void | setResult(AudioResult Result)Set Result set
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AudioSegments()
public AudioSegments(AudioSegments source)
public String getOffsetTime()
public void setOffsetTime(String OffsetTime)
OffsetTime - Capture time.
For VOD files, it indicates the video offset time given in seconds (e.g., 0, 5, 10).
For live files, it indicates a timestamp (e.g., 1594650717).
Note: This field may return null, indicating that no valid values can be obtained.public AudioResult getResult()
public void setResult(AudioResult Result)
Result - Result set
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.