All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.mps.v20190612.models.LiveStreamAiReviewImageTerrorismResult Maven / Gradle / Ivy

There is a newer version: 3.1.1165
Show newest version
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.mps.v20190612.models;

import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class LiveStreamAiReviewImageTerrorismResult extends AbstractModel{

    /**
    * 嫌疑片段起始的 PTS 时间,单位:秒。
    */
    @SerializedName("StartPtsTime")
    @Expose
    private Float StartPtsTime;

    /**
    * 嫌疑片段结束的 PTS 时间,单位:秒。
    */
    @SerializedName("EndPtsTime")
    @Expose
    private Float EndPtsTime;

    /**
    * 嫌疑片段涉敏分数。
    */
    @SerializedName("Confidence")
    @Expose
    private Float Confidence;

    /**
    * 嫌疑片段涉敏结果建议,取值范围:
  • pass
  • review
  • block
  • */ @SerializedName("Suggestion") @Expose private String Suggestion; /** * 视频涉敏结果标签,取值范围:
  • guns:武器枪支。
  • crowd:人群聚集。
  • police:警察部队。
  • bloody:血腥画面。
  • banners:涉敏旗帜。
  • militant:武装分子。
  • explosion:爆炸火灾。
  • terrorists:涉敏人物。
  • */ @SerializedName("Label") @Expose private String Label; /** * 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。 */ @SerializedName("Url") @Expose private String Url; /** * 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ @SerializedName("PicUrlExpireTime") @Expose private String PicUrlExpireTime; /** * Get 嫌疑片段起始的 PTS 时间,单位:秒。 * @return StartPtsTime 嫌疑片段起始的 PTS 时间,单位:秒。 */ public Float getStartPtsTime() { return this.StartPtsTime; } /** * Set 嫌疑片段起始的 PTS 时间,单位:秒。 * @param StartPtsTime 嫌疑片段起始的 PTS 时间,单位:秒。 */ public void setStartPtsTime(Float StartPtsTime) { this.StartPtsTime = StartPtsTime; } /** * Get 嫌疑片段结束的 PTS 时间,单位:秒。 * @return EndPtsTime 嫌疑片段结束的 PTS 时间,单位:秒。 */ public Float getEndPtsTime() { return this.EndPtsTime; } /** * Set 嫌疑片段结束的 PTS 时间,单位:秒。 * @param EndPtsTime 嫌疑片段结束的 PTS 时间,单位:秒。 */ public void setEndPtsTime(Float EndPtsTime) { this.EndPtsTime = EndPtsTime; } /** * Get 嫌疑片段涉敏分数。 * @return Confidence 嫌疑片段涉敏分数。 */ public Float getConfidence() { return this.Confidence; } /** * Set 嫌疑片段涉敏分数。 * @param Confidence 嫌疑片段涉敏分数。 */ public void setConfidence(Float Confidence) { this.Confidence = Confidence; } /** * Get 嫌疑片段涉敏结果建议,取值范围:
  • pass
  • review
  • block
  • * @return Suggestion 嫌疑片段涉敏结果建议,取值范围:
  • pass
  • review
  • block
  • */ public String getSuggestion() { return this.Suggestion; } /** * Set 嫌疑片段涉敏结果建议,取值范围:
  • pass
  • review
  • block
  • * @param Suggestion 嫌疑片段涉敏结果建议,取值范围:
  • pass
  • review
  • block
  • */ public void setSuggestion(String Suggestion) { this.Suggestion = Suggestion; } /** * Get 视频涉敏结果标签,取值范围:
  • guns:武器枪支。
  • crowd:人群聚集。
  • police:警察部队。
  • bloody:血腥画面。
  • banners:涉敏旗帜。
  • militant:武装分子。
  • explosion:爆炸火灾。
  • terrorists:涉敏人物。
  • * @return Label 视频涉敏结果标签,取值范围:
  • guns:武器枪支。
  • crowd:人群聚集。
  • police:警察部队。
  • bloody:血腥画面。
  • banners:涉敏旗帜。
  • militant:武装分子。
  • explosion:爆炸火灾。
  • terrorists:涉敏人物。
  • */ public String getLabel() { return this.Label; } /** * Set 视频涉敏结果标签,取值范围:
  • guns:武器枪支。
  • crowd:人群聚集。
  • police:警察部队。
  • bloody:血腥画面。
  • banners:涉敏旗帜。
  • militant:武装分子。
  • explosion:爆炸火灾。
  • terrorists:涉敏人物。
  • * @param Label 视频涉敏结果标签,取值范围:
  • guns:武器枪支。
  • crowd:人群聚集。
  • police:警察部队。
  • bloody:血腥画面。
  • banners:涉敏旗帜。
  • militant:武装分子。
  • explosion:爆炸火灾。
  • terrorists:涉敏人物。
  • */ public void setLabel(String Label) { this.Label = Label; } /** * Get 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。 * @return Url 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。 */ public String getUrl() { return this.Url; } /** * Set 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。 * @param Url 嫌疑图片 URL (图片不会永久存储,到达 PicUrlExpireTime 时间点后图片将被删除)。 */ public void setUrl(String Url) { this.Url = Url; } /** * Get 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 * @return PicUrlExpireTime 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ public String getPicUrlExpireTime() { return this.PicUrlExpireTime; } /** * Set 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 * @param PicUrlExpireTime 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ public void setPicUrlExpireTime(String PicUrlExpireTime) { this.PicUrlExpireTime = PicUrlExpireTime; } public LiveStreamAiReviewImageTerrorismResult() { } /** * 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. */ public LiveStreamAiReviewImageTerrorismResult(LiveStreamAiReviewImageTerrorismResult source) { if (source.StartPtsTime != null) { this.StartPtsTime = new Float(source.StartPtsTime); } if (source.EndPtsTime != null) { this.EndPtsTime = new Float(source.EndPtsTime); } if (source.Confidence != null) { this.Confidence = new Float(source.Confidence); } if (source.Suggestion != null) { this.Suggestion = new String(source.Suggestion); } if (source.Label != null) { this.Label = new String(source.Label); } if (source.Url != null) { this.Url = new String(source.Url); } if (source.PicUrlExpireTime != null) { this.PicUrlExpireTime = new String(source.PicUrlExpireTime); } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamSimple(map, prefix + "StartPtsTime", this.StartPtsTime); this.setParamSimple(map, prefix + "EndPtsTime", this.EndPtsTime); this.setParamSimple(map, prefix + "Confidence", this.Confidence); this.setParamSimple(map, prefix + "Suggestion", this.Suggestion); this.setParamSimple(map, prefix + "Label", this.Label); this.setParamSimple(map, prefix + "Url", this.Url); this.setParamSimple(map, prefix + "PicUrlExpireTime", this.PicUrlExpireTime); } }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy