Class SummaryCreationPayload

    • Constructor Detail

      • SummaryCreationPayload

        public SummaryCreationPayload()
    • Method Detail

      • getVideoId

        public String getVideoId()
        Create a summary of a video using the video ID.
        Returns:
        videoId
      • setVideoId

        public void setVideoId​(String videoId)
      • getOrigin

        @Nullable
        public SummaryCreationPayload.OriginEnum getOrigin()
        Use this parameter to define how the API generates the summary. The only allowed value is `auto`, which means that the API generates a summary automatically. If you do not set this parameter, **the API will not generate a summary automatically**. In this case, `sourceStatus` will return `missing`, and you have to manually add a summary using the `PATCH /summaries/{summaryId}/source` endpoint operation.
        Returns:
        origin
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object