INPUT_OBJECT
UpdateVideoInput
UpdateVideoInput is used for update Video object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateVideoInput {
- # The storage key of the video.
- : String
- : Boolean
- # The width of the video in pixels.
- : Int
- : Boolean
- # The height of the video in pixels.
- : Int
- : Boolean
- # The duration of the video in seconds.
- : Int
- : Boolean
- # The URL of the thumbnail image of the video.
- : String
- : Boolean
- # The URL of the HLS stream of the video.
- : String
- : Boolean
- # The URL of the DASH stream of the video.
- : String
- : Boolean
- # The vertical UID of the video.
- : String
- : Boolean
- # The vertical thumbnail URL of the video.
- : String
- : Boolean
- # The vertical HLS URL of the video.
- : String
- : Boolean
- # The vertical DASH URL of the video.
- : String
- : Boolean
- # The vertical width of the video in pixels.
- : Int
- : Boolean
- # The vertical height of the video in pixels.
- : Int
- : Boolean
- # The processing status of the video.
- : VideoStatus
- : Time
- : Time
- # The processing status of the video.
- : VideoCloudflareUploadStatus
- : Boolean
- # The processing status of the video.
- : VideoTranscodeStatus
- : Boolean
- # The processing status of the video.
- : VideoTranscribeStatus
- : Boolean
- # The processing status of the video.
- : VideoGenerateInsightsStatus
- : Boolean
- # The likely audience for this video
- : String
- : Boolean
- : [String!]
- : [String!]
- : Boolean
- : Map
- : Boolean
- : String
- : Boolean
- # The number of terms per minute in the video
- : Float
- # The media ID of the video in SpeakAI
- : String
- : Boolean
- : String
- : Boolean
- : String
- : Boolean
- # The size of the video in bytes
- : Int
- : Boolean
- : Boolean
- : String
- : Boolean
- # 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
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- }
link Require by
This element is not required by anyone