public final class VodGetMLFramesForAuditRequest extends com.google.protobuf.GeneratedMessageV3 implements VodGetMLFramesForAuditRequestOrBuilder
Volcengine.Vod.Models.Request.VodGetMLFramesForAuditRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
VodGetMLFramesForAuditRequest.Builder
Protobuf type
Volcengine.Vod.Models.Request.VodGetMLFramesForAuditRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CUTTIMEMILLS_FIELD_NUMBER |
static int |
ENDTIMEMILL_FIELD_NUMBER |
static int |
FRAMEFPS_FIELD_NUMBER |
static int |
FRAMEOPT_FIELD_NUMBER |
static int |
MAXNUMBEROFFRAMES_FIELD_NUMBER |
static int |
MINNUMBEROFFRAMES_FIELD_NUMBER |
static int |
NEEDFIRSTFRAME_FIELD_NUMBER |
static int |
NEEDLASTFRAME_FIELD_NUMBER |
static int |
NUMBEROFFRAMES_FIELD_NUMBER |
static int |
STARTTIMEMILL_FIELD_NUMBER |
static int |
STRATEGY_FIELD_NUMBER |
static int |
VID_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getCutTimeMills()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
string CutTimeMills = 6; |
com.google.protobuf.ByteString |
getCutTimeMillsBytes()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
string CutTimeMills = 6; |
static VodGetMLFramesForAuditRequest |
getDefaultInstance() |
VodGetMLFramesForAuditRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEndTimeMill()
从视频的第几秒结束抽帧,单位:ms
string EndTimeMill = 10; |
com.google.protobuf.ByteString |
getEndTimeMillBytes()
从视频的第几秒结束抽帧,单位:ms
string EndTimeMill = 10; |
String |
getFrameFps()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
string FrameFps = 4; |
com.google.protobuf.ByteString |
getFrameFpsBytes()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
string FrameFps = 4; |
String |
getFrameOpt()
抽帧方式,参考VodFrameExtractingOptionForAudit
string FrameOpt = 3; |
com.google.protobuf.ByteString |
getFrameOptBytes()
抽帧方式,参考VodFrameExtractingOptionForAudit
string FrameOpt = 3; |
String |
getMaxNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
string MaxNumberOfFrames = 12; |
com.google.protobuf.ByteString |
getMaxNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
string MaxNumberOfFrames = 12; |
String |
getMinNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
string MinNumberOfFrames = 11; |
com.google.protobuf.ByteString |
getMinNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
string MinNumberOfFrames = 11; |
String |
getNeedFirstFrame()
需要首帧, 默认0,支持设置: 0-否,1-是
string NeedFirstFrame = 7; |
com.google.protobuf.ByteString |
getNeedFirstFrameBytes()
需要首帧, 默认0,支持设置: 0-否,1-是
string NeedFirstFrame = 7; |
String |
getNeedLastFrame()
需要尾帧, 默认0,支持设置: 0-否,1-是
string NeedLastFrame = 8; |
com.google.protobuf.ByteString |
getNeedLastFrameBytes()
需要尾帧, 默认0,支持设置: 0-否,1-是
string NeedLastFrame = 8; |
String |
getNumberOfFrames()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
string NumberOfFrames = 5; |
com.google.protobuf.ByteString |
getNumberOfFramesBytes()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
string NumberOfFrames = 5; |
com.google.protobuf.Parser<VodGetMLFramesForAuditRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getStartTimeMill()
从视频的第几秒开始抽帧,单位:ms
string StartTimeMill = 9; |
com.google.protobuf.ByteString |
getStartTimeMillBytes()
从视频的第几秒开始抽帧,单位:ms
string StartTimeMill = 9; |
String |
getStrategy()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2; |
com.google.protobuf.ByteString |
getStrategyBytes()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVid()
视频ID
string Vid = 1; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 1; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VodGetMLFramesForAuditRequest.Builder |
newBuilder() |
static VodGetMLFramesForAuditRequest.Builder |
newBuilder(VodGetMLFramesForAuditRequest prototype) |
VodGetMLFramesForAuditRequest.Builder |
newBuilderForType() |
protected VodGetMLFramesForAuditRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VodGetMLFramesForAuditRequest |
parseDelimitedFrom(InputStream input) |
static VodGetMLFramesForAuditRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetMLFramesForAuditRequest |
parseFrom(byte[] data) |
static VodGetMLFramesForAuditRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetMLFramesForAuditRequest |
parseFrom(ByteBuffer data) |
static VodGetMLFramesForAuditRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetMLFramesForAuditRequest |
parseFrom(com.google.protobuf.ByteString data) |
static VodGetMLFramesForAuditRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetMLFramesForAuditRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VodGetMLFramesForAuditRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetMLFramesForAuditRequest |
parseFrom(InputStream input) |
static VodGetMLFramesForAuditRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VodGetMLFramesForAuditRequest> |
parser() |
VodGetMLFramesForAuditRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int VID_FIELD_NUMBER
public static final int STRATEGY_FIELD_NUMBER
public static final int FRAMEOPT_FIELD_NUMBER
public static final int FRAMEFPS_FIELD_NUMBER
public static final int NUMBEROFFRAMES_FIELD_NUMBER
public static final int CUTTIMEMILLS_FIELD_NUMBER
public static final int NEEDFIRSTFRAME_FIELD_NUMBER
public static final int NEEDLASTFRAME_FIELD_NUMBER
public static final int STARTTIMEMILL_FIELD_NUMBER
public static final int ENDTIMEMILL_FIELD_NUMBER
public static final int MINNUMBEROFFRAMES_FIELD_NUMBER
public static final int MAXNUMBEROFFRAMES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getVid()
视频ID
string Vid = 1;getVid 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;getVidBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getStrategy()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;getStrategy 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getStrategyBytes()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;getStrategyBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getFrameOpt()
抽帧方式,参考VodFrameExtractingOptionForAudit
string FrameOpt = 3;getFrameOpt 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getFrameOptBytes()
抽帧方式,参考VodFrameExtractingOptionForAudit
string FrameOpt = 3;getFrameOptBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getFrameFps()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
string FrameFps = 4;getFrameFps 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getFrameFpsBytes()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
string FrameFps = 4;getFrameFpsBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getNumberOfFrames()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
string NumberOfFrames = 5;getNumberOfFrames 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getNumberOfFramesBytes()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
string NumberOfFrames = 5;getNumberOfFramesBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getCutTimeMills()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
string CutTimeMills = 6;getCutTimeMills 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getCutTimeMillsBytes()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
string CutTimeMills = 6;getCutTimeMillsBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getNeedFirstFrame()
需要首帧, 默认0,支持设置: 0-否,1-是
string NeedFirstFrame = 7;getNeedFirstFrame 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getNeedFirstFrameBytes()
需要首帧, 默认0,支持设置: 0-否,1-是
string NeedFirstFrame = 7;getNeedFirstFrameBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getNeedLastFrame()
需要尾帧, 默认0,支持设置: 0-否,1-是
string NeedLastFrame = 8;getNeedLastFrame 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getNeedLastFrameBytes()
需要尾帧, 默认0,支持设置: 0-否,1-是
string NeedLastFrame = 8;getNeedLastFrameBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getStartTimeMill()
从视频的第几秒开始抽帧,单位:ms
string StartTimeMill = 9;getStartTimeMill 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getStartTimeMillBytes()
从视频的第几秒开始抽帧,单位:ms
string StartTimeMill = 9;getStartTimeMillBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getEndTimeMill()
从视频的第几秒结束抽帧,单位:ms
string EndTimeMill = 10;getEndTimeMill 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getEndTimeMillBytes()
从视频的第几秒结束抽帧,单位:ms
string EndTimeMill = 10;getEndTimeMillBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getMinNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
string MinNumberOfFrames = 11;getMinNumberOfFrames 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getMinNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
string MinNumberOfFrames = 11;getMinNumberOfFramesBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic String getMaxNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
string MaxNumberOfFrames = 12;getMaxNumberOfFrames 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getMaxNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
string MaxNumberOfFrames = 12;getMaxNumberOfFramesBytes 在接口中 VodGetMLFramesForAuditRequestOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static VodGetMLFramesForAuditRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodGetMLFramesForAuditRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VodGetMLFramesForAuditRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VodGetMLFramesForAuditRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VodGetMLFramesForAuditRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static VodGetMLFramesForAuditRequest.Builder newBuilder()
public static VodGetMLFramesForAuditRequest.Builder newBuilder(VodGetMLFramesForAuditRequest prototype)
public VodGetMLFramesForAuditRequest.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected VodGetMLFramesForAuditRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static VodGetMLFramesForAuditRequest getDefaultInstance()
public static com.google.protobuf.Parser<VodGetMLFramesForAuditRequest> parser()
public com.google.protobuf.Parser<VodGetMLFramesForAuditRequest> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public VodGetMLFramesForAuditRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.