com.volcengine.service.vod.model.request.VodGetAuditFramesForAuditRequestOrBuilder 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 VodGetAuditFramesForAuditRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodGetAuditFramesForAuditRequest)
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();
/**
*
*审核帧模板信息中的Strategy,抽帧策略
*
*
* string Strategy = 2;
* @return The strategy.
*/
java.lang.String getStrategy();
/**
*
*审核帧模板信息中的Strategy,抽帧策略
*
*
* string Strategy = 2;
* @return The bytes for strategy.
*/
com.google.protobuf.ByteString
getStrategyBytes();
/**
*
*最小帧数,未设置时以服务配置默认值为准
*
*
* string MinNumberOfFrames = 3;
* @return The minNumberOfFrames.
*/
java.lang.String getMinNumberOfFrames();
/**
*
*最小帧数,未设置时以服务配置默认值为准
*
*
* string MinNumberOfFrames = 3;
* @return The bytes for minNumberOfFrames.
*/
com.google.protobuf.ByteString
getMinNumberOfFramesBytes();
/**
*
*最大帧数,未设置时以服务配置默认值为准
*
*
* string MaxNumberOfFrames = 4;
* @return The maxNumberOfFrames.
*/
java.lang.String getMaxNumberOfFrames();
/**
*
*最大帧数,未设置时以服务配置默认值为准
*
*
* string MaxNumberOfFrames = 4;
* @return The bytes for maxNumberOfFrames.
*/
com.google.protobuf.ByteString
getMaxNumberOfFramesBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy