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

com.tencentcloudapi.vod.v20180717.models.ReviewAudioVideoTaskOutput Maven / Gradle / Ivy

There is a newer version: 3.1.1104
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.vod.v20180717.models;

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

public class ReviewAudioVideoTaskOutput extends AbstractModel {

    /**
    * 音视频内容审核的结果建议,取值范围:
  • pass:建议通过;
  • review:建议复审;
  • block:建议封禁。
  • */ @SerializedName("Suggestion") @Expose private String Suggestion; /** * 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违规的标签,取值范围:
  • Porn:色情;
  • Terror:暴力;
  • Polity:不适宜的信息;
  • Ad:广告;
  • Illegal:违法;
  • Abuse:谩骂;
  • Moan:娇喘。
  • */ @SerializedName("Label") @Expose private String Label; /** * 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违禁的形式,取值范围:
  • Image:画面上的人物或图标;
  • OCR:画面上的文字;
  • ASR:语音中的文字;
  • Voice:声音。
  • */ @SerializedName("Form") @Expose private String Form; /** * 有违规信息的嫌疑的视频片段列表。 注意 :该列表最多仅展示前 10个 元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。 */ @SerializedName("SegmentSet") @Expose private ReviewAudioVideoSegmentItem [] SegmentSet; /** * 涉及违规信息的嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。 */ @SerializedName("SegmentSetFileUrl") @Expose private String SegmentSetFileUrl; /** * 涉及违规信息的嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。 */ @SerializedName("SegmentSetFileUrlExpireTime") @Expose private String SegmentSetFileUrlExpireTime; /** * 封面审核结果。 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("CoverReviewResult") @Expose private ReviewImageResult CoverReviewResult; /** * 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 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违规的标签,取值范围:
  • Porn:色情;
  • Terror:暴力;
  • Polity:不适宜的信息;
  • Ad:广告;
  • Illegal:违法;
  • Abuse:谩骂;
  • Moan:娇喘。
  • * @return Label 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违规的标签,取值范围:
  • Porn:色情;
  • Terror:暴力;
  • Polity:不适宜的信息;
  • Ad:广告;
  • Illegal:违法;
  • Abuse:谩骂;
  • Moan:娇喘。
  • */ public String getLabel() { return this.Label; } /** * Set 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违规的标签,取值范围:
  • Porn:色情;
  • Terror:暴力;
  • Polity:不适宜的信息;
  • Ad:广告;
  • Illegal:违法;
  • Abuse:谩骂;
  • Moan:娇喘。
  • * @param Label 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违规的标签,取值范围:
  • Porn:色情;
  • Terror:暴力;
  • Polity:不适宜的信息;
  • Ad:广告;
  • Illegal:违法;
  • Abuse:谩骂;
  • Moan:娇喘。
  • */ public void setLabel(String Label) { this.Label = Label; } /** * Get 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违禁的形式,取值范围:
  • Image:画面上的人物或图标;
  • OCR:画面上的文字;
  • ASR:语音中的文字;
  • Voice:声音。
  • * @return Form 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违禁的形式,取值范围:
  • Image:画面上的人物或图标;
  • OCR:画面上的文字;
  • ASR:语音中的文字;
  • Voice:声音。
  • */ public String getForm() { return this.Form; } /** * Set 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违禁的形式,取值范围:
  • Image:画面上的人物或图标;
  • OCR:画面上的文字;
  • ASR:语音中的文字;
  • Voice:声音。
  • * @param Form 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违禁的形式,取值范围:
  • Image:画面上的人物或图标;
  • OCR:画面上的文字;
  • ASR:语音中的文字;
  • Voice:声音。
  • */ public void setForm(String Form) { this.Form = Form; } /** * Get 有违规信息的嫌疑的视频片段列表。 注意 :该列表最多仅展示前 10个 元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。 * @return SegmentSet 有违规信息的嫌疑的视频片段列表。 注意 :该列表最多仅展示前 10个 元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。 */ public ReviewAudioVideoSegmentItem [] getSegmentSet() { return this.SegmentSet; } /** * Set 有违规信息的嫌疑的视频片段列表。 注意 :该列表最多仅展示前 10个 元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。 * @param SegmentSet 有违规信息的嫌疑的视频片段列表。 注意 :该列表最多仅展示前 10个 元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。 */ public void setSegmentSet(ReviewAudioVideoSegmentItem [] SegmentSet) { this.SegmentSet = SegmentSet; } /** * Get 涉及违规信息的嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。 * @return SegmentSetFileUrl 涉及违规信息的嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。 */ public String getSegmentSetFileUrl() { return this.SegmentSetFileUrl; } /** * Set 涉及违规信息的嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。 * @param SegmentSetFileUrl 涉及违规信息的嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。 */ public void setSegmentSetFileUrl(String SegmentSetFileUrl) { this.SegmentSetFileUrl = SegmentSetFileUrl; } /** * Get 涉及违规信息的嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。 * @return SegmentSetFileUrlExpireTime 涉及违规信息的嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。 */ public String getSegmentSetFileUrlExpireTime() { return this.SegmentSetFileUrlExpireTime; } /** * Set 涉及违规信息的嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。 * @param SegmentSetFileUrlExpireTime 涉及违规信息的嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。 */ public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime) { this.SegmentSetFileUrlExpireTime = SegmentSetFileUrlExpireTime; } /** * Get 封面审核结果。 注意:此字段可能返回 null,表示取不到有效值。 * @return CoverReviewResult 封面审核结果。 注意:此字段可能返回 null,表示取不到有效值。 */ public ReviewImageResult getCoverReviewResult() { return this.CoverReviewResult; } /** * Set 封面审核结果。 注意:此字段可能返回 null,表示取不到有效值。 * @param CoverReviewResult 封面审核结果。 注意:此字段可能返回 null,表示取不到有效值。 */ public void setCoverReviewResult(ReviewImageResult CoverReviewResult) { this.CoverReviewResult = CoverReviewResult; } public ReviewAudioVideoTaskOutput() { } /** * 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 ReviewAudioVideoTaskOutput(ReviewAudioVideoTaskOutput source) { if (source.Suggestion != null) { this.Suggestion = new String(source.Suggestion); } if (source.Label != null) { this.Label = new String(source.Label); } if (source.Form != null) { this.Form = new String(source.Form); } if (source.SegmentSet != null) { this.SegmentSet = new ReviewAudioVideoSegmentItem[source.SegmentSet.length]; for (int i = 0; i < source.SegmentSet.length; i++) { this.SegmentSet[i] = new ReviewAudioVideoSegmentItem(source.SegmentSet[i]); } } if (source.SegmentSetFileUrl != null) { this.SegmentSetFileUrl = new String(source.SegmentSetFileUrl); } if (source.SegmentSetFileUrlExpireTime != null) { this.SegmentSetFileUrlExpireTime = new String(source.SegmentSetFileUrlExpireTime); } if (source.CoverReviewResult != null) { this.CoverReviewResult = new ReviewImageResult(source.CoverReviewResult); } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamSimple(map, prefix + "Suggestion", this.Suggestion); this.setParamSimple(map, prefix + "Label", this.Label); this.setParamSimple(map, prefix + "Form", this.Form); this.setParamArrayObj(map, prefix + "SegmentSet.", this.SegmentSet); this.setParamSimple(map, prefix + "SegmentSetFileUrl", this.SegmentSetFileUrl); this.setParamSimple(map, prefix + "SegmentSetFileUrlExpireTime", this.SegmentSetFileUrlExpireTime); this.setParamObj(map, prefix + "CoverReviewResult.", this.CoverReviewResult); } }




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy