你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MeetingTranscriptionCanceledEventArgs class
定义 MeetingTranscriptionCanceledEvent 的内容。
- Extends
-
CancellationEventArgsBase
构造函数
Meeting |
创建并初始化此类的实例。 |
属性
error |
操作失败的错误代码。 |
error |
如果操作失败,请提供所发生错误的详细信息。 |
offset | 表示消息偏移量 |
reason | 取消识别的原因。 |
session |
表示会话标识符。 |
构造函数详细信息
MeetingTranscriptionCanceledEventArgs(CancellationReason, string, CancellationErrorCode, number, string)
创建并初始化此类的实例。
new MeetingTranscriptionCanceledEventArgs(reason: CancellationReason, errorDetails: string, errorCode: CancellationErrorCode, offset?: number, sessionId?: string)
参数
- reason
- CancellationReason
取消原因。
- errorDetails
-
string
错误详细信息(如果提供)。
- errorCode
- CancellationErrorCode
- offset
-
number
偏移量。
- sessionId
-
string
会话 ID。
属性详细信息
errorCode
errorDetails
如果操作失败,请提供所发生错误的详细信息。
string errorDetails
属性值
string
一个表示错误详细信息的字符串。
offset
表示消息偏移量
number offset
属性值
number
reason
sessionId
表示会话标识符。
string sessionId
属性值
string
表示会话标识符。