All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodBetterFrameDataForAuditOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_media.proto

package com.byteplus.service.vod.model.business;

public interface VodBetterFrameDataForAuditOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodBetterFrameDataForAudit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Frame URI
   * 
* * string StoreUri = 1; * @return The storeUri. */ java.lang.String getStoreUri(); /** *
   * Frame URI
   * 
* * string StoreUri = 1; * @return The bytes for storeUri. */ com.google.protobuf.ByteString getStoreUriBytes(); /** *
   * 帧号
   * 
* * int32 FrameNumber = 2; * @return The frameNumber. */ int getFrameNumber(); /** *
   * 帧的时间戳,单位:ms
   * 
* * double CutTimeMill = 3; * @return The cutTimeMill. */ double getCutTimeMill(); /** *
   *截图的宽度
   * 
* * int32 Width = 4; * @return The width. */ int getWidth(); /** *
   *截图的高度
   * 
* * int32 Height = 5; * @return The height. */ int getHeight(); /** *
   * Cover Rate
   * 
* * double CoverRate = 6; * @return The coverRate. */ double getCoverRate(); /** *
   * Hash Code
   * 
* * repeated double LBPHashCode = 7; * @return A list containing the lBPHashCode. */ java.util.List getLBPHashCodeList(); /** *
   * Hash Code
   * 
* * repeated double LBPHashCode = 7; * @return The count of lBPHashCode. */ int getLBPHashCodeCount(); /** *
   * Hash Code
   * 
* * repeated double LBPHashCode = 7; * @param index The index of the element to return. * @return The lBPHashCode at the given index. */ double getLBPHashCode(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy