All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.request.VodRetrieveTranscodeResultRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto

package com.byteplus.service.vod.model.request;

public interface VodRetrieveTranscodeResultRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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