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

com.byteplus.model.live.v20230101.DescribeLiveASRDurationDataResResult Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;
import java.util.List;

/**
 * DescribeLiveASRDurationDataResResult
 */
@lombok.Data
public final class DescribeLiveASRDurationDataResResult  {

    /**
     * 

域名列表.

*/ @com.alibaba.fastjson.annotation.JSONField(name = "DomainList") private List domainList; /** *

应用名称列表。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AppList") private List appList; /** *

AI 语音转字幕时,语音的语言类型,取值及含义如下所示。

* *

- `ZH`:中文;

* *

- `EN`:英文;

* *

- `JA`:日文;

* *

- `KO`:韩文。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ASRSourceType") private String aSRSourceType; /** *

AI 语音转字幕时,字幕的语言类型,取值及含义如下所示。

* *

- `ZH`:中文;

* *

- `EN`:英文;

* *

- `JA`:日文;

* *

- `KO`:韩文。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ASRTargetTypeList") private List aSRTargetTypeList; /** *

查询的起始时间,RFC3339 格式的时间戳,精度为秒。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "StartTime") private String startTime; /** *

查询的结束时间,RFC3339 格式的时间戳,精度为秒。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "EndTime") private String endTime; /** *

数据聚合的时间粒度,单位为秒。

* * * *

- `300`:5 分钟;

* *

- `3600`:1 小时;

* *

- `86400`:1 天。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Aggregation") private Integer aggregation; /** *

AI 语音转字幕转码时长总量,单位为分钟。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Duration") private Float duration; /** *

所有时间粒度的数据。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ASRDurationData") private List aSRDurationData; /** *

按语音转字幕语言类型进行拆分的时间粒度的详细数据。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ASRDurationDetailData") private List aSRDurationDetailData; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy