Class SearchTraceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.SearchTraceRequest
-
public class SearchTraceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SearchTraceRequest()SearchTraceRequest(SearchTraceRequest 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 StringgetGroupId()Get 希望搜索的人体库ID。LonggetMaxPersonNum()Get 单张被识别的人体动作轨迹返回的最相似人员数量。 默认值为5,最大值为100。 例,设MaxPersonNum为8,则返回Top8相似的人员信息。 值越大,需要处理的时间越长。建议不要超过10。TracegetTrace()Get 人体动作轨迹信息。FloatgetTraceMatchThreshold()Get 出参Score中,只有超过TraceMatchThreshold值的结果才会返回。 默认为0。范围[0, 100.0]。voidsetGroupId(String GroupId)Set 希望搜索的人体库ID。voidsetMaxPersonNum(Long MaxPersonNum)Set 单张被识别的人体动作轨迹返回的最相似人员数量。 默认值为5,最大值为100。 例,设MaxPersonNum为8,则返回Top8相似的人员信息。 值越大,需要处理的时间越长。建议不要超过10。voidsetTrace(Trace Trace)Set 人体动作轨迹信息。voidsetTraceMatchThreshold(Float TraceMatchThreshold)Set 出参Score中,只有超过TraceMatchThreshold值的结果才会返回。 默认为0。范围[0, 100.0]。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
-
SearchTraceRequest
public SearchTraceRequest()
-
SearchTraceRequest
public SearchTraceRequest(SearchTraceRequest 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
-
getGroupId
public String getGroupId()
Get 希望搜索的人体库ID。- Returns:
- GroupId 希望搜索的人体库ID。
-
setGroupId
public void setGroupId(String GroupId)
Set 希望搜索的人体库ID。- Parameters:
GroupId- 希望搜索的人体库ID。
-
getTrace
public Trace getTrace()
Get 人体动作轨迹信息。- Returns:
- Trace 人体动作轨迹信息。
-
setTrace
public void setTrace(Trace Trace)
Set 人体动作轨迹信息。- Parameters:
Trace- 人体动作轨迹信息。
-
getMaxPersonNum
public Long getMaxPersonNum()
Get 单张被识别的人体动作轨迹返回的最相似人员数量。 默认值为5,最大值为100。 例,设MaxPersonNum为8,则返回Top8相似的人员信息。 值越大,需要处理的时间越长。建议不要超过10。- Returns:
- MaxPersonNum 单张被识别的人体动作轨迹返回的最相似人员数量。 默认值为5,最大值为100。 例,设MaxPersonNum为8,则返回Top8相似的人员信息。 值越大,需要处理的时间越长。建议不要超过10。
-
setMaxPersonNum
public void setMaxPersonNum(Long MaxPersonNum)
Set 单张被识别的人体动作轨迹返回的最相似人员数量。 默认值为5,最大值为100。 例,设MaxPersonNum为8,则返回Top8相似的人员信息。 值越大,需要处理的时间越长。建议不要超过10。- Parameters:
MaxPersonNum- 单张被识别的人体动作轨迹返回的最相似人员数量。 默认值为5,最大值为100。 例,设MaxPersonNum为8,则返回Top8相似的人员信息。 值越大,需要处理的时间越长。建议不要超过10。
-
getTraceMatchThreshold
public Float getTraceMatchThreshold()
Get 出参Score中,只有超过TraceMatchThreshold值的结果才会返回。 默认为0。范围[0, 100.0]。- Returns:
- TraceMatchThreshold 出参Score中,只有超过TraceMatchThreshold值的结果才会返回。 默认为0。范围[0, 100.0]。
-
setTraceMatchThreshold
public void setTraceMatchThreshold(Float TraceMatchThreshold)
Set 出参Score中,只有超过TraceMatchThreshold值的结果才会返回。 默认为0。范围[0, 100.0]。- Parameters:
TraceMatchThreshold- 出参Score中,只有超过TraceMatchThreshold值的结果才会返回。 默认为0。范围[0, 100.0]。
-
-