Class SubmitImageTaskPlusRequest

    • Constructor Detail

      • SubmitImageTaskPlusRequest

        public SubmitImageTaskPlusRequest()
      • SubmitImageTaskPlusRequest

        public SubmitImageTaskPlusRequest​(SubmitImageTaskPlusRequest 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

      • getFileContent

        public String[] getFileContent()
        Get 输入分析对象内容,输入数据格式参考FileType参数释义
        Returns:
        FileContent 输入分析对象内容,输入数据格式参考FileType参数释义
      • setFileContent

        public void setFileContent​(String[] FileContent)
        Set 输入分析对象内容,输入数据格式参考FileType参数释义
        Parameters:
        FileContent - 输入分析对象内容,输入数据格式参考FileType参数释义
      • getFileType

        public String getFileType()
        Get 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
        Returns:
        FileType 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
      • setFileType

        public void setFileType​(String FileType)
        Set 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
        Parameters:
        FileType - 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
      • getFunctions

        public ImageTaskFunction getFunctions()
        Get 任务控制选项
        Returns:
        Functions 任务控制选项
      • setFunctions

        public void setFunctions​(ImageTaskFunction Functions)
        Set 任务控制选项
        Parameters:
        Functions - 任务控制选项
      • getLightStandardSet

        public LightStandard[] getLightStandardSet()
        Get 光照标准列表
        Returns:
        LightStandardSet 光照标准列表
      • setLightStandardSet

        public void setLightStandardSet​(LightStandard[] LightStandardSet)
        Set 光照标准列表
        Parameters:
        LightStandardSet - 光照标准列表
      • getFrameInterval

        public Long getFrameInterval()
        Get 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
        Returns:
        FrameInterval 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
      • setFrameInterval

        public void setFrameInterval​(Long FrameInterval)
        Set 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
        Parameters:
        FrameInterval - 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
      • getLibrarySet

        public String[] getLibrarySet()
        Get 查询人员库列表
        Returns:
        LibrarySet 查询人员库列表
      • setLibrarySet

        public void setLibrarySet​(String[] LibrarySet)
        Set 查询人员库列表
        Parameters:
        LibrarySet - 查询人员库列表
      • getMaxVideoDuration

        public Long getMaxVideoDuration()
        Get 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
        Returns:
        MaxVideoDuration 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
      • setMaxVideoDuration

        public void setMaxVideoDuration​(Long MaxVideoDuration)
        Set 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
        Parameters:
        MaxVideoDuration - 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
      • getSimThreshold

        public Float getSimThreshold()
        Get 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。
        Returns:
        SimThreshold 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。
      • setSimThreshold

        public void setSimThreshold​(Float SimThreshold)
        Set 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。
        Parameters:
        SimThreshold - 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。