Class IntentionActionResultDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.IntentionActionResultDetail
-
public class IntentionActionResultDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IntentionActionResultDetail()IntentionActionResultDetail(IntentionActionResultDetail 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 String[]getScreenShot()Get 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。StringgetVideo()Get 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。voidsetScreenShot(String[] ScreenShot)Set 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。voidsetVideo(String Video)Set 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 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
-
IntentionActionResultDetail
public IntentionActionResultDetail()
-
IntentionActionResultDetail
public IntentionActionResultDetail(IntentionActionResultDetail 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
-
getVideo
public String getVideo()
Get 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Video 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。
-
setVideo
public void setVideo(String Video)
Set 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Video- 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。
-
getScreenShot
public String[] getScreenShot()
Get 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ScreenShot 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。
-
setScreenShot
public void setScreenShot(String[] ScreenShot)
Set 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ScreenShot- 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。
-
-