Class SubtitleItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.SubtitleItem
-
public class SubtitleItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SubtitleItem()SubtitleItem(SubtitleItem 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetConfidence()Get 结果的置信度(百分制)StringgetEn()Get 英文翻译结果 注意:此字段可能返回 null,表示取不到有效值。BooleangetEndFlag()Get 当前语句是否结束LonggetEndPts()Get 语句结束时间戳PTS(ms)StringgetId()Get 语音识别结果StringgetPeriod()Get 字符串形式的起始结束时间StringgetPuncEndTs()Get 语句分割时间戳 注意:此字段可能返回 null,表示取不到有效值。LonggetStartPts()Get 语句起始时间戳PTS(ms)StringgetZh()Get 中文翻译结果 注意:此字段可能返回 null,表示取不到有效值。voidsetConfidence(Long Confidence)Set 结果的置信度(百分制)voidsetEn(String En)Set 英文翻译结果 注意:此字段可能返回 null,表示取不到有效值。voidsetEndFlag(Boolean EndFlag)Set 当前语句是否结束voidsetEndPts(Long EndPts)Set 语句结束时间戳PTS(ms)voidsetId(String Id)Set 语音识别结果voidsetPeriod(String Period)Set 字符串形式的起始结束时间voidsetPuncEndTs(String PuncEndTs)Set 语句分割时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetStartPts(Long StartPts)Set 语句起始时间戳PTS(ms)voidsetZh(String Zh)Set 中文翻译结果 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SubtitleItem
public SubtitleItem()
-
SubtitleItem
public SubtitleItem(SubtitleItem 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
-
getId
public String getId()
Get 语音识别结果- Returns:
- Id 语音识别结果
-
setId
public void setId(String Id)
Set 语音识别结果- Parameters:
Id- 语音识别结果
-
getZh
public String getZh()
Get 中文翻译结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zh 中文翻译结果 注意:此字段可能返回 null,表示取不到有效值。
-
setZh
public void setZh(String Zh)
Set 中文翻译结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zh- 中文翻译结果 注意:此字段可能返回 null,表示取不到有效值。
-
getEn
public String getEn()
Get 英文翻译结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- En 英文翻译结果 注意:此字段可能返回 null,表示取不到有效值。
-
setEn
public void setEn(String En)
Set 英文翻译结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
En- 英文翻译结果 注意:此字段可能返回 null,表示取不到有效值。
-
getStartPts
public Long getStartPts()
Get 语句起始时间戳PTS(ms)- Returns:
- StartPts 语句起始时间戳PTS(ms)
-
setStartPts
public void setStartPts(Long StartPts)
Set 语句起始时间戳PTS(ms)- Parameters:
StartPts- 语句起始时间戳PTS(ms)
-
getEndPts
public Long getEndPts()
Get 语句结束时间戳PTS(ms)- Returns:
- EndPts 语句结束时间戳PTS(ms)
-
setEndPts
public void setEndPts(Long EndPts)
Set 语句结束时间戳PTS(ms)- Parameters:
EndPts- 语句结束时间戳PTS(ms)
-
getPeriod
public String getPeriod()
Get 字符串形式的起始结束时间- Returns:
- Period 字符串形式的起始结束时间
-
setPeriod
public void setPeriod(String Period)
Set 字符串形式的起始结束时间- Parameters:
Period- 字符串形式的起始结束时间
-
getConfidence
public Long getConfidence()
Get 结果的置信度(百分制)- Returns:
- Confidence 结果的置信度(百分制)
-
setConfidence
public void setConfidence(Long Confidence)
Set 结果的置信度(百分制)- Parameters:
Confidence- 结果的置信度(百分制)
-
getEndFlag
public Boolean getEndFlag()
Get 当前语句是否结束- Returns:
- EndFlag 当前语句是否结束
-
setEndFlag
public void setEndFlag(Boolean EndFlag)
Set 当前语句是否结束- Parameters:
EndFlag- 当前语句是否结束
-
getPuncEndTs
public String getPuncEndTs()
Get 语句分割时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PuncEndTs 语句分割时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setPuncEndTs
public void setPuncEndTs(String PuncEndTs)
Set 语句分割时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PuncEndTs- 语句分割时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
-