com.volcengine.service.vod.model.request.VodRetrieveTranscodeResultRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodRetrieveTranscodeResultRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodRetrieveTranscodeResultRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 视频Id
*
*
* string Vid = 1;
* @return The vid.
*/
java.lang.String getVid();
/**
*
* 视频Id
*
*
* string Vid = 1;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
*
* 预期获取的结果类型,可选:inspection、category_tags,支持多选,用,分隔,例如inspection,category_tags
*
*
* string ResultType = 2;
* @return The resultType.
*/
java.lang.String getResultType();
/**
*
* 预期获取的结果类型,可选:inspection、category_tags,支持多选,用,分隔,例如inspection,category_tags
*
*
* string ResultType = 2;
* @return The bytes for resultType.
*/
com.google.protobuf.ByteString
getResultTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy