public class AppearInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AppearInfo() |
AppearInfo(AppearInfo 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 |
---|---|
TextAppearInfo[] |
getAudioAppearSet()
Get 关键词在音频文本结果中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。
|
TextAppearInfo[] |
getTextAppearSet()
Get 关键词在可视文本结果中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。
|
VideoAppearInfo[] |
getVideoAppearSet()
Get 关键词在视频信息中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAudioAppearSet(TextAppearInfo[] AudioAppearSet)
Set 关键词在音频文本结果中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTextAppearSet(TextAppearInfo[] TextAppearSet)
Set 关键词在可视文本结果中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVideoAppearSet(VideoAppearInfo[] VideoAppearSet)
Set 关键词在视频信息中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public AppearInfo()
public AppearInfo(AppearInfo source)
public TextAppearInfo[] getAudioAppearSet()
public void setAudioAppearSet(TextAppearInfo[] AudioAppearSet)
AudioAppearSet
- 关键词在音频文本结果中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。public TextAppearInfo[] getTextAppearSet()
public void setTextAppearSet(TextAppearInfo[] TextAppearSet)
TextAppearSet
- 关键词在可视文本结果中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。public VideoAppearInfo[] getVideoAppearSet()
public void setVideoAppearSet(VideoAppearInfo[] VideoAppearSet)
VideoAppearSet
- 关键词在视频信息中的出现位置数组
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.