Class AppearInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.AppearInfo
-
public class AppearInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextAppearInfo[]getAudioAppearSet()Get 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。TextAppearInfo[]getTextAppearSet()Get 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。VideoAppearInfo[]getVideoAppearSet()Get 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。voidsetAudioAppearSet(TextAppearInfo[] AudioAppearSet)Set 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。voidsetTextAppearSet(TextAppearInfo[] TextAppearSet)Set 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。voidsetVideoAppearSet(VideoAppearInfo[] VideoAppearSet)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
-
AppearInfo
public AppearInfo()
-
AppearInfo
public 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.
-
-
Method Detail
-
getAudioAppearSet
public TextAppearInfo[] getAudioAppearSet()
Get 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AudioAppearSet 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
-
setAudioAppearSet
public void setAudioAppearSet(TextAppearInfo[] AudioAppearSet)
Set 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AudioAppearSet- 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
-
getTextAppearSet
public TextAppearInfo[] getTextAppearSet()
Get 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TextAppearSet 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
-
setTextAppearSet
public void setTextAppearSet(TextAppearInfo[] TextAppearSet)
Set 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TextAppearSet- 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
-
getVideoAppearSet
public VideoAppearInfo[] getVideoAppearSet()
Get 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VideoAppearSet 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
-
setVideoAppearSet
public void setVideoAppearSet(VideoAppearInfo[] VideoAppearSet)
Set 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VideoAppearSet- 关键词在视频信息中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。
-
-