lib/v20210922/models.rb in tencentcloud-sdk-vm-3.0.590 vs lib/v20210922/models.rb in tencentcloud-sdk-vm-3.0.591

- old
+ new

@@ -59,11 +59,11 @@ # @param RecognitionResults: 识别类标签结果信息列表 # 注意:此字段可能返回 null,表示取不到有效值。 # @type RecognitionResults: Array attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Text, :Url, :Duration, :Extra, :TextResults, :MoanResults, :LanguageResults, :SubLabel, :RecognitionResults - + def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, text=nil, url=nil, duration=nil, extra=nil, textresults=nil, moanresults=nil, languageresults=nil, sublabel=nil, recognitionresults=nil) @HitFlag = hitflag @Label = label @Suggestion = suggestion @Score = score @@ -140,11 +140,11 @@ # @param SubLabelCode: 子标签码 # 注意:此字段可能返回 null,表示取不到有效值。 # @type SubLabelCode: String attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode - + def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil) @Label = label @Score = score @StartTime = starttime @EndTime = endtime @@ -177,11 +177,11 @@ # @type SubLabel: String # @param Suggestion: 该字段用于返回基于恶意标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过 # @type Suggestion: String attr_accessor :Label, :Score, :StartTime, :EndTime, :SubLabelCode, :SubLabel, :Suggestion - + def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil, suggestion=nil) @Label = label @Score = score @StartTime = starttime @EndTime = endtime @@ -228,11 +228,11 @@ # @param SubLabel: 该字段用于返回当前标签(Lable)下的二级标签。 # 注意:此字段可能返回 null,表示取不到有效值。 # @type SubLabel: String attr_accessor :Label, :Keywords, :LibId, :LibName, :Score, :LibType, :Suggestion, :SubLabel - + def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, libtype=nil, suggestion=nil, sublabel=nil) @Label = label @Keywords = keywords @LibId = libid @LibName = libname @@ -264,11 +264,11 @@ # @param Result: 结果集 # 注意:此字段可能返回 null,表示取不到有效值。 # @type Result: :class:`Tencentcloud::Vm.v20210922.models.AudioResult` attr_accessor :OffsetTime, :Result - + def initialize(offsettime=nil, result=nil) @OffsetTime = offsettime @Result = result end @@ -290,11 +290,11 @@ # @type Region: String # @param Object: 对象Key # @type Object: String attr_accessor :Bucket, :Region, :Object - + def initialize(bucket=nil, region=nil, object=nil) @Bucket = bucket @Region = region @Object = object end @@ -310,11 +310,11 @@ class CancelTaskRequest < TencentCloud::Common::AbstractModel # @param TaskId: 任务ID # @type TaskId: String attr_accessor :TaskId - + def initialize(taskid=nil) @TaskId = taskid end def deserialize(params) @@ -326,11 +326,11 @@ class CancelTaskResponse < TencentCloud::Common::AbstractModel # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :RequestId - + def initialize(requestid=nil) @RequestId = requestid end def deserialize(params) @@ -352,11 +352,11 @@ # @type CallbackUrl: String # @param Priority: 审核排队优先级。当您有多个视频审核任务排队时,可以根据这个参数控制排队优先级。用于处理插队等逻辑。默认该参数为0 # @type Priority: Integer attr_accessor :BizType, :Type, :Tasks, :Seed, :CallbackUrl, :Priority - + def initialize(biztype=nil, type=nil, tasks=nil, seed=nil, callbackurl=nil, priority=nil) @BizType = biztype @Type = type @Tasks = tasks @Seed = seed @@ -388,11 +388,11 @@ # @type Results: Array # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :Results, :RequestId - + def initialize(results=nil, requestid=nil) @Results = results @RequestId = requestid end @@ -415,11 +415,11 @@ # @type TaskId: String # @param ShowAllSegments: 是否展示所有分片,默认只展示命中规则的分片 # @type ShowAllSegments: Boolean attr_accessor :TaskId, :ShowAllSegments - + def initialize(taskid=nil, showallsegments=nil) @TaskId = taskid @ShowAllSegments = showallsegments end @@ -496,11 +496,11 @@ # @type Asrs: Array # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :TaskId, :DataId, :BizType, :Name, :Status, :Type, :Suggestion, :Labels, :MediaInfo, :InputInfo, :CreatedAt, :UpdatedAt, :TryInSeconds, :ImageSegments, :AudioSegments, :ErrorType, :ErrorDescription, :Label, :AudioText, :Asrs, :RequestId - + def initialize(taskid=nil, dataid=nil, biztype=nil, name=nil, status=nil, type=nil, suggestion=nil, labels=nil, mediainfo=nil, inputinfo=nil, createdat=nil, updatedat=nil, tryinseconds=nil, imagesegments=nil, audiosegments=nil, errortype=nil, errordescription=nil, label=nil, audiotext=nil, asrs=nil, requestid=nil) @TaskId = taskid @DataId = dataid @BizType = biztype @Name = name @@ -594,11 +594,11 @@ # @type StartTime: String # @param EndTime: 该参数表示任务列表的结束时间,格式为ISO8601标准的时间戳。**默认值为空**,若传入该参数,则在这StartTime到这一时间之间的任务将会被筛选出来。<br>备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。 # @type EndTime: String attr_accessor :Limit, :Filter, :PageToken, :StartTime, :EndTime - + def initialize(limit=nil, filter=nil, pagetoken=nil, starttime=nil, endtime=nil) @Limit = limit @Filter = filter @PageToken = pagetoken @StartTime = starttime @@ -630,11 +630,11 @@ # @type PageToken: String # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 # @type RequestId: String attr_accessor :Total, :Data, :PageToken, :RequestId - + def initialize(total=nil, data=nil, pagetoken=nil, requestid=nil) @Total = total @Data = data @PageToken = pagetoken @RequestId = requestid @@ -690,11 +690,11 @@ # @param Extra: 附加字段 # 注意:此字段可能返回 null,表示取不到有效值。 # @type Extra: String attr_accessor :HitFlag, :Label, :Suggestion, :Score, :Results, :Url, :Extra - + def initialize(hitflag=nil, label=nil, suggestion=nil, score=nil, results=nil, url=nil, extra=nil) @HitFlag = hitflag @Label = label @Suggestion = suggestion @Score = score @@ -762,11 +762,11 @@ # @param Details: 其他详情 # 注意:此字段可能返回 null,表示取不到有效值。 # @type Details: Array attr_accessor :Scene, :HitFlag, :Suggestion, :Label, :SubLabel, :Score, :Names, :Text, :Details - + def initialize(scene=nil, hitflag=nil, suggestion=nil, label=nil, sublabel=nil, score=nil, names=nil, text=nil, details=nil) @Scene = scene @HitFlag = hitflag @Suggestion = suggestion @Label = label @@ -829,11 +829,11 @@ # @param SubLabelCode: 子标签码 # 注意:此字段可能返回 null,表示取不到有效值。 # @type SubLabelCode: String attr_accessor :Name, :Text, :Location, :Label, :LibId, :LibName, :Keywords, :Suggestion, :Score, :SubLabelCode - + def initialize(name=nil, text=nil, location=nil, label=nil, libid=nil, libname=nil, keywords=nil, suggestion=nil, score=nil, sublabelcode=nil) @Name = name @Text = text @Location = location @Label = label @@ -879,11 +879,11 @@ # @param Rotate: 旋转角度 # 注意:此字段可能返回 null,表示取不到有效值。 # @type Rotate: Float attr_accessor :X, :Y, :Width, :Height, :Rotate - + def initialize(x=nil, y=nil, width=nil, height=nil, rotate=nil) @X = x @Y = y @Width = width @Height = height @@ -907,11 +907,11 @@ # @type OffsetTime: String # @param Result: 画面截帧结果详情 # @type Result: :class:`Tencentcloud::Vm.v20210922.models.ImageResult` attr_accessor :OffsetTime, :Result - + def initialize(offsettime=nil, result=nil) @OffsetTime = offsettime @Result = result end @@ -935,11 +935,11 @@ # @param BucketInfo: 桶信息。当输入当时COS时,该字段不为空 # 注意:此字段可能返回 null,表示取不到有效值。 # @type BucketInfo: String attr_accessor :Type, :Url, :BucketInfo - + def initialize(type=nil, url=nil, bucketinfo=nil) @Type = type @Url = url @BucketInfo = bucketinfo end @@ -964,11 +964,11 @@ # @type Height: Integer # @param Thumbnail: 封面 # @type Thumbnail: String attr_accessor :Codecs, :Duration, :Width, :Height, :Thumbnail - + def initialize(codecs=nil, duration=nil, width=nil, height=nil, thumbnail=nil) @Codecs = codecs @Duration = duration @Width = width @Height = height @@ -992,11 +992,11 @@ # @param CreatedAt: 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。 # 注意:此字段可能返回 null,表示取不到有效值。 # @type CreatedAt: String attr_accessor :Text, :CreatedAt - + def initialize(text=nil, createdat=nil) @Text = text @CreatedAt = createdat end @@ -1014,11 +1014,11 @@ # @param Tags: 识别标签列表 # 注意:此字段可能返回 null,表示取不到有效值。 # @type Tags: Array attr_accessor :Label, :Tags - + def initialize(label=nil, tags=nil) @Label = label @Tags = tags end @@ -1045,11 +1045,11 @@ # @type Url: String # @param BucketInfo: 腾讯云存储桶信息 # @type BucketInfo: :class:`Tencentcloud::Vm.v20210922.models.BucketInfo` attr_accessor :Type, :Url, :BucketInfo - + def initialize(type=nil, url=nil, bucketinfo=nil) @Type = type @Url = url @BucketInfo = bucketinfo end @@ -1080,11 +1080,11 @@ # @param EndTime: 识别结束偏移时间,单位:毫秒 # 注意:此字段可能返回 null,表示取不到有效值。 # @type EndTime: Float attr_accessor :Name, :Score, :StartTime, :EndTime - + def initialize(name=nil, score=nil, starttime=nil, endtime=nil) @Name = name @Score = score @StartTime = starttime @EndTime = endtime @@ -1136,11 +1136,11 @@ # @param UpdatedAt: 更新时间 # 注意:此字段可能返回 null,表示取不到有效值。 # @type UpdatedAt: String attr_accessor :TaskId, :DataId, :BizType, :Name, :Status, :Type, :Suggestion, :Labels, :MediaInfo, :InputInfo, :CreatedAt, :UpdatedAt - + def initialize(taskid=nil, dataid=nil, biztype=nil, name=nil, status=nil, type=nil, suggestion=nil, labels=nil, mediainfo=nil, inputinfo=nil, createdat=nil, updatedat=nil) @TaskId = taskid @DataId = dataid @BizType = biztype @Name = name @@ -1193,11 +1193,11 @@ # @type Suggestion: String # @param TaskStatus: 状态,可选:PENDING,RUNNING,ERROR,FINISH,CANCELLED # @type TaskStatus: String attr_accessor :BizType, :Type, :Suggestion, :TaskStatus - + def initialize(biztype=nil, type=nil, suggestion=nil, taskstatus=nil) @BizType = biztype @Type = type @Suggestion = suggestion @TaskStatus = taskstatus @@ -1219,11 +1219,11 @@ # @type Name: String # @param Input: 任务输入 # @type Input: :class:`Tencentcloud::Vm.v20210922.models.StorageInfo` attr_accessor :DataId, :Name, :Input - + def initialize(dataid=nil, name=nil, input=nil) @DataId = dataid @Name = name @Input = input end @@ -1259,11 +1259,11 @@ # @param Score: 得分,分数是 0 ~ 100 # 注意:此字段可能返回 null,表示取不到有效值。 # @type Score: Integer attr_accessor :Label, :Suggestion, :Score - + def initialize(label=nil, suggestion=nil, score=nil) @Label = label @Suggestion = suggestion @Score = score end @@ -1289,10 +1289,10 @@ # @param Message: 如果错误,该字段表示错误详情 # 注意:此字段可能返回 null,表示取不到有效值。 # @type Message: String attr_accessor :DataId, :TaskId, :Code, :Message - + def initialize(dataid=nil, taskid=nil, code=nil, message=nil) @DataId = dataid @TaskId = taskid @Code = code @Message = message