public interface VodBetterFrameDataForAuditOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
double |
getCoverRate()
Cover Rate
double CoverRate = 6; |
double |
getCutTimeMill()
帧的时间戳,单位:ms
double CutTimeMill = 3; |
int |
getFrameNumber()
帧号
int32 FrameNumber = 2; |
int |
getHeight()
截图的高度
int32 Height = 5; |
double |
getLBPHashCode(int index)
Hash Code
repeated double LBPHashCode = 7; |
int |
getLBPHashCodeCount()
Hash Code
repeated double LBPHashCode = 7; |
List<Double> |
getLBPHashCodeList()
Hash Code
repeated double LBPHashCode = 7; |
String |
getStoreUri()
Frame URI
string StoreUri = 1; |
com.google.protobuf.ByteString |
getStoreUriBytes()
Frame URI
string StoreUri = 1; |
int |
getWidth()
截图的宽度
int32 Width = 4; |
String getStoreUri()
Frame URI
string StoreUri = 1;
com.google.protobuf.ByteString getStoreUriBytes()
Frame URI
string StoreUri = 1;
int getFrameNumber()
帧号
int32 FrameNumber = 2;
double getCutTimeMill()
帧的时间戳,单位:ms
double CutTimeMill = 3;
int getWidth()
截图的宽度
int32 Width = 4;
int getHeight()
截图的高度
int32 Height = 5;
double getCoverRate()
Cover Rate
double CoverRate = 6;
List<Double> getLBPHashCodeList()
Hash Code
repeated double LBPHashCode = 7;
int getLBPHashCodeCount()
Hash Code
repeated double LBPHashCode = 7;
double getLBPHashCode(int index)
Hash Code
repeated double LBPHashCode = 7;
index
- The index of the element to return.Copyright © 2024. All rights reserved.