Class SearchTraceRequest

    • 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]。