Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains metadata about the media (audio or video) drive item.
It is available on the media property of driveItem resources.
Properties
Property | Type | Description |
---|---|---|
isTranscriptionShown | Boolean | If a file has a transcript, this setting controls if the closed captions / transcription for the media file should be shown to people during viewing. Read-Write. |
mediaSource | mediaSource | Information about the source of media. Read-only. |
Relationships
None.
JSON representation
{
"isTranscriptionShown" : true,
"mediaSource": { "@odata.type": "microsoft.graph.mediaSource" }
}
Related content
For more information about the facets on a driveItem, see driveItem.