callTranscript 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示与 联机会议关联的脚本。

方法

方法 返回类型 说明
列出 callTranscripts callTranscript 集合 获取与 onlineMeeting 关联的 callTranscript 对象列表。
获取 callTranscript callTranscript 获取与 onlineMeeting 关联的 callTranscript 对象。
delta callTranscript 集合 获取已为指定用户组织的 onlineMeeting 实例添加的一组 callTranscript 资源。
getAllTranscripts callTranscript 集合 获取由指定用户组织的所有 onlineMeeting 实例的 callTranscript 对象。

属性

属性 类型 说明
内容 脚本的内容。 只读。
createdDateTime DateTimeOffset 创建脚本的日期和时间。 DateTimeOffset 表示使用 ISO 8601 格式的日期和时间信息,并且始终处于 UTC 时间。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。
id String 脚本的唯一标识符。 此为只读属性。
meetingId String 与此脚本相关的联机会议的唯一标识符。 此为只读属性。
meetingOrganizerId String 与此脚本相关的 onlineMeeting 组织者的唯一标识符。 此为只读属性。
meetingOrganizer IdentitySet 与此脚本相关的 onlineMeeting 组织者的标识信息。 此为只读属性。
metadataContent Stream 脚本中话语的时间对齐元数据。 此为只读属性。
transcriptContentUrl String 可用于访问脚本内容的 URL。 只读。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "content": "Stream",
  "createdDateTime": "DateTimeOffset",  
  "id": "String (identifier)",
  "meetingId": "String",
  "meetingOrganizerId": "String",
  "meetingOrganizer": "IdentitySet",  
  "metadataContent": "Stream",
  "transcriptContentUrl": "String"
}