com.volcengine.service.vod.model.business.VodAEDTimeRangeForAuditOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_media.proto
package com.volcengine.service.vod.model.business;
public interface VodAEDTimeRangeForAuditOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodAEDTimeRangeForAudit)
com.google.protobuf.MessageOrBuilder {
/**
*
*事件识别区间的起点(ms)
*
*
* double StartTimeMill = 1;
* @return The startTimeMill.
*/
double getStartTimeMill();
/**
*
*事件识别区间的终点(ms)
*
*
* double EndTimeMill = 2;
* @return The endTimeMill.
*/
double getEndTimeMill();
/**
*
*事件区间对应的事件概率
*
*
* double Prob = 3;
* @return The prob.
*/
double getProb();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy