CaptionsInformation type
キャプションの各行に必要な情報
type CaptionsInformation = {
captionText: string
createdTimeStamp?: Date
displayName: string
id: string
userId?: string
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
キャプションの各行に必要な情報
type CaptionsInformation = {
captionText: string
createdTimeStamp?: Date
displayName: string
id: string
userId?: string
}