|
@@ -760,10 +760,12 @@ namespace Hotline.Share.Dtos.TrCallCenter
|
|
/// </summary>
|
|
/// </summary>
|
|
public ECallTransliterationState TransliterationState { get; set; }
|
|
public ECallTransliterationState TransliterationState { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
|
- /// 转写id 涉及转写失败后再次推送 id需要更换
|
|
|
|
- /// </summary>
|
|
|
|
- public string? TransliterationId { get; set; }
|
|
|
|
|
|
+ public string TransliterationStateText => TransliterationState.GetDescription();
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 转写id 涉及转写失败后再次推送 id需要更换
|
|
|
|
+ /// </summary>
|
|
|
|
+ public string? TransliterationId { get; set; }
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
}
|
|
}
|