public interface VodGetAuditFramesForAuditRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxNumberOfFrames()
最大帧数,未设置时以服务配置默认值为准
|
com.google.protobuf.ByteString |
getMaxNumberOfFramesBytes()
最大帧数,未设置时以服务配置默认值为准
|
String |
getMinNumberOfFrames()
最小帧数,未设置时以服务配置默认值为准
|
com.google.protobuf.ByteString |
getMinNumberOfFramesBytes()
最小帧数,未设置时以服务配置默认值为准
|
String |
getStrategy()
审核帧模板信息中的Strategy,抽帧策略
|
com.google.protobuf.ByteString |
getStrategyBytes()
审核帧模板信息中的Strategy,抽帧策略
|
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVid()
视频ID
string Vid = 1;com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;String getStrategy()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;com.google.protobuf.ByteString getStrategyBytes()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;String getMinNumberOfFrames()
最小帧数,未设置时以服务配置默认值为准
string MinNumberOfFrames = 3;com.google.protobuf.ByteString getMinNumberOfFramesBytes()
最小帧数,未设置时以服务配置默认值为准
string MinNumberOfFrames = 3;String getMaxNumberOfFrames()
最大帧数,未设置时以服务配置默认值为准
string MaxNumberOfFrames = 4;com.google.protobuf.ByteString getMaxNumberOfFramesBytes()
最大帧数,未设置时以服务配置默认值为准
string MaxNumberOfFrames = 4;Copyright © 2023. All rights reserved.