public final class VodGetMLFramesForAuditRequest extends com.google.protobuf.GeneratedMessageV3 implements VodGetMLFramesForAuditRequestOrBuilder
Volcengine.Vod.Models.Request.VodGetMLFramesForAuditRequest| Modifier and Type | Class and Description |
|---|---|
static class |
VodGetMLFramesForAuditRequest.Builder
Protobuf type
Volcengine.Vod.Models.Request.VodGetMLFramesForAuditRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCutTimeMills()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
|
com.google.protobuf.ByteString |
getCutTimeMillsBytes()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
|
static VodGetMLFramesForAuditRequest |
getDefaultInstance() |
VodGetMLFramesForAuditRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEndTimeMill()
从视频的第几秒结束抽帧,单位:ms
|
com.google.protobuf.ByteString |
getEndTimeMillBytes()
从视频的第几秒结束抽帧,单位:ms
|
String |
getFrameFps()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
|
com.google.protobuf.ByteString |
getFrameFpsBytes()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
|
String |
getFrameOpt()
抽帧方式,参考VodFrameExtractingOptionForAudit
|
com.google.protobuf.ByteString |
getFrameOptBytes()
抽帧方式,参考VodFrameExtractingOptionForAudit
|
String |
getMaxNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
|
com.google.protobuf.ByteString |
getMaxNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
|
String |
getMinNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
|
com.google.protobuf.ByteString |
getMinNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
|
String |
getNeedFirstFrame()
需要首帧, 默认0,支持设置: 0-否,1-是
|
com.google.protobuf.ByteString |
getNeedFirstFrameBytes()
需要首帧, 默认0,支持设置: 0-否,1-是
|
String |
getNeedLastFrame()
需要尾帧, 默认0,支持设置: 0-否,1-是
|
com.google.protobuf.ByteString |
getNeedLastFrameBytes()
需要尾帧, 默认0,支持设置: 0-否,1-是
|
String |
getNumberOfFrames()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
|
com.google.protobuf.ByteString |
getNumberOfFramesBytes()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
|
com.google.protobuf.Parser<VodGetMLFramesForAuditRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getStartTimeMill()
从视频的第几秒开始抽帧,单位:ms
|
com.google.protobuf.ByteString |
getStartTimeMillBytes()
从视频的第几秒开始抽帧,单位:ms
|
String |
getStrategy()
审核帧模板信息中的Strategy,抽帧策略
|
com.google.protobuf.ByteString |
getStrategyBytes()
审核帧模板信息中的Strategy,抽帧策略
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
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, 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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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 in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getVid()
视频ID
string Vid = 1;getVid in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;getVidBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getStrategy()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;getStrategy in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getStrategyBytes()
审核帧模板信息中的Strategy,抽帧策略
string Strategy = 2;getStrategyBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getFrameOpt()
抽帧方式,参考VodFrameExtractingOptionForAudit
string FrameOpt = 3;getFrameOpt in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getFrameOptBytes()
抽帧方式,参考VodFrameExtractingOptionForAudit
string FrameOpt = 3;getFrameOptBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getFrameFps()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
string FrameFps = 4;getFrameFps in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getFrameFpsBytes()
抽帧方式选择Fps或FpsLimitNumberOfFrames时生效,表示抽帧的帧率,生效时需要保证大于0
string FrameFps = 4;getFrameFpsBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getNumberOfFrames()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
string NumberOfFrames = 5;getNumberOfFrames in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getNumberOfFramesBytes()
抽帧方式选择NumberOfFrames时生效,表示需要多少帧,生效时需要保证大于0
string NumberOfFrames = 5;getNumberOfFramesBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getCutTimeMills()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
string CutTimeMills = 6;getCutTimeMills in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getCutTimeMillsBytes()
抽帧方式选择CutTimes时生效,逗号分割,表示需要获取的帧的时间戳(ms)列表,生效时需要保证数组不为空
string CutTimeMills = 6;getCutTimeMillsBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getNeedFirstFrame()
需要首帧, 默认0,支持设置: 0-否,1-是
string NeedFirstFrame = 7;getNeedFirstFrame in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getNeedFirstFrameBytes()
需要首帧, 默认0,支持设置: 0-否,1-是
string NeedFirstFrame = 7;getNeedFirstFrameBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getNeedLastFrame()
需要尾帧, 默认0,支持设置: 0-否,1-是
string NeedLastFrame = 8;getNeedLastFrame in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getNeedLastFrameBytes()
需要尾帧, 默认0,支持设置: 0-否,1-是
string NeedLastFrame = 8;getNeedLastFrameBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getStartTimeMill()
从视频的第几秒开始抽帧,单位:ms
string StartTimeMill = 9;getStartTimeMill in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getStartTimeMillBytes()
从视频的第几秒开始抽帧,单位:ms
string StartTimeMill = 9;getStartTimeMillBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getEndTimeMill()
从视频的第几秒结束抽帧,单位:ms
string EndTimeMill = 10;getEndTimeMill in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getEndTimeMillBytes()
从视频的第几秒结束抽帧,单位:ms
string EndTimeMill = 10;getEndTimeMillBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getMinNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
string MinNumberOfFrames = 11;getMinNumberOfFrames in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getMinNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最小帧数,为0表示不限制
string MinNumberOfFrames = 11;getMinNumberOfFramesBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic String getMaxNumberOfFrames()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
string MaxNumberOfFrames = 12;getMaxNumberOfFrames in interface VodGetMLFramesForAuditRequestOrBuilderpublic com.google.protobuf.ByteString getMaxNumberOfFramesBytes()
抽帧方式选择FpsLimitNumberOfFrames时生效,表示限制的最大帧数,为0表示不限制
string MaxNumberOfFrames = 12;getMaxNumberOfFramesBytes in interface VodGetMLFramesForAuditRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class 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 in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static VodGetMLFramesForAuditRequest.Builder newBuilder()
public static VodGetMLFramesForAuditRequest.Builder newBuilder(VodGetMLFramesForAuditRequest prototype)
public VodGetMLFramesForAuditRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected VodGetMLFramesForAuditRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static VodGetMLFramesForAuditRequest getDefaultInstance()
public static com.google.protobuf.Parser<VodGetMLFramesForAuditRequest> parser()
public com.google.protobuf.Parser<VodGetMLFramesForAuditRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public VodGetMLFramesForAuditRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.