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

com.byteplus.service.vod.model.business.TranscodeResultOrBuilder 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/business/vod_workflow.proto

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

public interface TranscodeResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.TranscodeResult)
    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(); /** *
   * 片源检测结果
   * 
* * .Byteplus.Vod.Models.Business.Inspection Inspection = 2; * @return Whether the inspection field is set. */ boolean hasInspection(); /** *
   * 片源检测结果
   * 
* * .Byteplus.Vod.Models.Business.Inspection Inspection = 2; * @return The inspection. */ com.byteplus.service.vod.model.business.Inspection getInspection(); /** *
   * 片源检测结果
   * 
* * .Byteplus.Vod.Models.Business.Inspection Inspection = 2; */ com.byteplus.service.vod.model.business.InspectionOrBuilder getInspectionOrBuilder(); /** *
   * 视频分类结果
   * 
* * repeated .Byteplus.Vod.Models.Business.CategoryTagInfo CategoryTags = 3; */ java.util.List getCategoryTagsList(); /** *
   * 视频分类结果
   * 
* * repeated .Byteplus.Vod.Models.Business.CategoryTagInfo CategoryTags = 3; */ com.byteplus.service.vod.model.business.CategoryTagInfo getCategoryTags(int index); /** *
   * 视频分类结果
   * 
* * repeated .Byteplus.Vod.Models.Business.CategoryTagInfo CategoryTags = 3; */ int getCategoryTagsCount(); /** *
   * 视频分类结果
   * 
* * repeated .Byteplus.Vod.Models.Business.CategoryTagInfo CategoryTags = 3; */ java.util.List getCategoryTagsOrBuilderList(); /** *
   * 视频分类结果
   * 
* * repeated .Byteplus.Vod.Models.Business.CategoryTagInfo CategoryTags = 3; */ com.byteplus.service.vod.model.business.CategoryTagInfoOrBuilder getCategoryTagsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy