OBJECT
Video
link GraphQL Schema definition
- type Video implements Node {
- : ID!
- # The storage key of the video.
- : String
- # The width of the video in pixels.
- : Int
- # The height of the video in pixels.
- : Int
- # The duration of the video in seconds.
- : Int
- # The URL of the thumbnail image of the video.
- : String
- # The URL of the HLS stream of the video.
- : String
- # The URL of the DASH stream of the video.
- : String
- # The vertical UID of the video.
- : String
- # The vertical thumbnail URL of the video.
- : String
- # The vertical HLS URL of the video.
- : String
- # The vertical DASH URL of the video.
- : String
- # The vertical width of the video in pixels.
- : Int
- # The vertical height of the video in pixels.
- : Int
- # The processing status of the video.
- : VideoStatus!
- : Time!
- : Time!
- # The transcription of the video.
- : String
- # A suggested title based on the audio transcription
- : String
- # A suggested body based on the audio transcription
- : String
- # The main discussion points for this post
- : [String!]
- # The top learning objectives for this post
- : [String!]
- # The time when the insights were last generated
- : Time
- # The time when the video was uploaded to Cloudflare
- : Time
- # The time when the video was uploaded to Cloudflare
- : Time
- # The Cloudflare upload UID
- : String
- # The processing status of the video.
- : VideoCloudflareUploadStatus
- # The error message if the upload failed
- : String
- # The time when the video was transcoded
- : Time
- # The time when the video was transcoded
- : Time
- # The processing status of the video.
- : VideoTranscodeStatus
- # The error message if the transcode failed
- : String
- # The time when the video was transcribed
- : Time
- # The time when the video was transcribed
- : Time
- # The processing status of the video.
- : VideoTranscribeStatus
- # The error message if the transcribe failed
- : String
- # The time when the video insights were generated
- : Time
- # The time when the video insights were generated
- : Time
- # The processing status of the video.
- : VideoGenerateInsightsStatus
- # The error message if the generate insights failed
- : String
- # The likely audience for this video
- : String
- : [String!]
- : Map
- : String
- # The number of terms per minute in the video
- : Float!
- # The media ID of the video in SpeakAI
- : String
- : String
- : String
- # The size of the video in bytes
- : Int
- : Boolean!
- : String
- # The pipeline that will be used to process this video. Full will run all the
- # steps and the video will be suitable for streaming; text will only transcribe.
- : VideoPipeline!
- # The post that the video belongs to.
- : Post
- # The topics this post is associated with
- : [Topic!]
- # The topics this post is associated with
- : [LearningObjective!]
- # The user video events for this video.
- : [UserVideoEvent!]
- : [Course!]
- # The Google Drive file that the video was imported from.
- : GoogleDriveFile
- : [FaceDetectRequest!]
- : [Image!]
- : [VideoFrame!]
- # The imported video record.
- : ImportedVideo
- : [AlternatePlaylist!]!
- # Arguments
- # active: [Not documented]
- # suggested: [Not documented]
- (: Boolean, : Boolean): [TopicClassification!]
- : Time
- : TranscriptionRequest
- }