Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
Represents a transcript associated with an online meeting.
Method | Return Type | Description |
---|---|---|
List transcripts | callTranscript collection | Get the list of callTranscript objects associated with an onlineMeeting. |
Get transcript | callTranscript | Get a callTranscript object associated with an onlineMeeting. |
Get delta by organizer | callTranscript collection | Get a set of callTranscript resources that were added for onlineMeeting instances organized by the specified user. |
List transcripts by organizer | callTranscript collection | Get the callTranscript objects for all the onlineMeeting instances organized by the specified user. |
Property | Type | Description |
---|---|---|
callId | String | The unique identifier for the call that is related to this transcript. Read-only. |
content | Stream | The content of the transcript. Read-only. |
contentCorrelationId | String | The unique identifier that links the transcript with its corresponding recording. Read-only. |
createdDateTime | DateTimeOffset | Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. |
endDateTime | DateTimeOffset | Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. |
id | String | The unique identifier for the transcript. Read-only. |
meetingId | String | The unique identifier of the online meeting related to this transcript. Read-only. |
meetingOrganizer | identitySet | The identity information of the organizer of the onlineMeeting related to this transcript. Read-only. |
metadataContent | Stream | The time-aligned metadata of the utterances in the transcript. Read-only. |
transcriptContentUrl | String | The URL that can be used to access the content of the transcript. Read-only. |
The following JSON representation shows the resource type.
{
"callId": "String",
"content": "Stream",
"contentCorrelationId": "String",
"createdDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)",
"id": "String (identifier)",
"meetingId": "String",
"meetingOrganizer": {"@odata.type": "microsoft.graph.identitySet"},
"metadataContent": "Stream",
"transcriptContentUrl": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now