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