Package | Description |
---|---|
com.tencentcloudapi.mps.v20190612.models |
Modifier and Type | Method and Description |
---|---|
TaskOutputStorage |
AiRecognitionTaskTransTextResultOutput.getOutputStorage()
Get The subtitle storage location.
|
TaskOutputStorage |
ResetWorkflowRequest.getOutputStorage()
Get Output configuration of a video processing output file.
|
TaskOutputStorage |
ModifyScheduleRequest.getOutputStorage()
Get The bucket to save the output file.
|
TaskOutputStorage |
SchedulesInfo.getOutputStorage()
Get The bucket to save the output file.
|
TaskOutputStorage |
MediaTranscodeItem.getOutputStorage()
Get Target bucket of an output file.
|
TaskOutputStorage |
ProcessMediaRequest.getOutputStorage()
Get The storage location of the media processing output file.
|
TaskOutputStorage |
WorkflowInfo.getOutputStorage()
Get The location to save the media processing output file.
|
TaskOutputStorage |
CreateScheduleRequest.getOutputStorage()
Get The bucket to save the output file.
|
TaskOutputStorage |
EditMediaTaskOutput.getOutputStorage()
Get Target storage of edited file.
|
TaskOutputStorage |
CreateWorkflowRequest.getOutputStorage()
Get The location to save the output file of media processing.
|
TaskOutputStorage |
AiAnalysisTaskHighlightOutput.getOutputStorage()
Get The storage location of the highlight segments.
|
TaskOutputStorage |
AdaptiveDynamicStreamingTaskInput.getOutputStorage()
Get Target bucket of an output file after being transcoded to adaptive bitrate streaming.
|
TaskOutputStorage |
SnapshotByTimeOffsetTaskInput.getOutputStorage()
Get Target bucket of a generated time point screenshot file.
|
TaskOutputStorage |
AiRecognitionTaskAsrFullTextResultOutput.getOutputStorage()
Get Subtitles file storage location.
|
TaskOutputStorage |
ProcessLiveStreamRequest.getOutputStorage()
Get Target bucket of a live stream processing output file.
|
TaskOutputStorage |
EditMediaRequest.getOutputStorage()
Get The storage location of the media processing output file.
|
TaskOutputStorage |
AiAnalysisTaskCoverOutput.getOutputStorage()
Get Storage location of intelligently generated cover.
|
TaskOutputStorage |
TranscodeTaskInput.getOutputStorage()
Get Target bucket of an output file.
|
TaskOutputStorage |
SampleSnapshotTaskInput.getOutputStorage()
Get Target bucket of a sampled screenshot.
|
TaskOutputStorage |
ImageSpriteTaskInput.getOutputStorage()
Get Target bucket of a generated image sprite.
|
TaskOutputStorage |
AnimatedGraphicTaskInput.getOutputStorage()
Get Target bucket of a generated animated image file.
|
TaskOutputStorage |
MediaSampleSnapshotItem.getStorage()
Get Storage location of a generated screenshot file.
|
TaskOutputStorage |
AdaptiveDynamicStreamingInfoItem.getStorage()
Get Storage location of adaptive bitrate streaming files.
|
TaskOutputStorage |
MediaSnapshotByTimeOffsetItem.getStorage()
Get Location of a time point screenshot file.
|
TaskOutputStorage |
MediaImageSpriteItem.getStorage()
Get Storage location of an image sprite file.
|
TaskOutputStorage |
MediaAnimatedGraphicsItem.getStorage()
Get Storage location of a generated animated image file.
|
Modifier and Type | Method and Description |
---|---|
void |
AiRecognitionTaskTransTextResultOutput.setOutputStorage(TaskOutputStorage OutputStorage)
Set The subtitle storage location.
|
void |
ResetWorkflowRequest.setOutputStorage(TaskOutputStorage OutputStorage)
Set Output configuration of a video processing output file.
|
void |
ModifyScheduleRequest.setOutputStorage(TaskOutputStorage OutputStorage)
Set The bucket to save the output file.
|
void |
SchedulesInfo.setOutputStorage(TaskOutputStorage OutputStorage)
Set The bucket to save the output file.
|
void |
MediaTranscodeItem.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of an output file.
|
void |
ProcessMediaRequest.setOutputStorage(TaskOutputStorage OutputStorage)
Set The storage location of the media processing output file.
|
void |
WorkflowInfo.setOutputStorage(TaskOutputStorage OutputStorage)
Set The location to save the media processing output file.
|
void |
CreateScheduleRequest.setOutputStorage(TaskOutputStorage OutputStorage)
Set The bucket to save the output file.
|
void |
EditMediaTaskOutput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target storage of edited file.
|
void |
CreateWorkflowRequest.setOutputStorage(TaskOutputStorage OutputStorage)
Set The location to save the output file of media processing.
|
void |
AiAnalysisTaskHighlightOutput.setOutputStorage(TaskOutputStorage OutputStorage)
Set The storage location of the highlight segments.
|
void |
AdaptiveDynamicStreamingTaskInput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of an output file after being transcoded to adaptive bitrate streaming.
|
void |
SnapshotByTimeOffsetTaskInput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of a generated time point screenshot file.
|
void |
AiRecognitionTaskAsrFullTextResultOutput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Subtitles file storage location.
|
void |
ProcessLiveStreamRequest.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of a live stream processing output file.
|
void |
EditMediaRequest.setOutputStorage(TaskOutputStorage OutputStorage)
Set The storage location of the media processing output file.
|
void |
AiAnalysisTaskCoverOutput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Storage location of intelligently generated cover.
|
void |
TranscodeTaskInput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of an output file.
|
void |
SampleSnapshotTaskInput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of a sampled screenshot.
|
void |
ImageSpriteTaskInput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of a generated image sprite.
|
void |
AnimatedGraphicTaskInput.setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of a generated animated image file.
|
void |
MediaSampleSnapshotItem.setStorage(TaskOutputStorage Storage)
Set Storage location of a generated screenshot file.
|
void |
AdaptiveDynamicStreamingInfoItem.setStorage(TaskOutputStorage Storage)
Set Storage location of adaptive bitrate streaming files.
|
void |
MediaSnapshotByTimeOffsetItem.setStorage(TaskOutputStorage Storage)
Set Location of a time point screenshot file.
|
void |
MediaImageSpriteItem.setStorage(TaskOutputStorage Storage)
Set Storage location of an image sprite file.
|
void |
MediaAnimatedGraphicsItem.setStorage(TaskOutputStorage Storage)
Set Storage location of a generated animated image file.
|
Constructor and Description |
---|
TaskOutputStorage(TaskOutputStorage source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.