callTranscript 资源类型

命名空间:microsoft.graph

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

方法

方法 返回类型 说明
列出 callTranscripts callTranscript 集合 获取与 onlineMeeting 关联的 callTranscript 对象列表。
获取 callTranscript callTranscript 获取与 onlineMeeting 关联的 callTranscript 对象。

属性

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

JSON 表示形式

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

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