共用方式為


CaptionsInformation type

每行字幕所需的資訊

type CaptionsInformation = {
  captionText: string
  createdTimeStamp?: Date
  displayName: string
  id: string
  userId?: string
}