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

com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder 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 VodAEDEventItemForAuditOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodAEDEventItemForAudit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *事件名,仅当识别成功时填写
   * 
* * string Event = 1; * @return The event. */ java.lang.String getEvent(); /** *
   *事件名,仅当识别成功时填写
   * 
* * string Event = 1; * @return The bytes for event. */ com.google.protobuf.ByteString getEventBytes(); /** *
   *整条音频对应的事件概率,仅当识别成功时填写
   * 
* * double UttProb = 2; * @return The uttProb. */ double getUttProb(); /** *
   *事件识别区间,仅当识别成功时填写
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDTimeRangeForAudit TimeRanges = 3; */ java.util.List getTimeRangesList(); /** *
   *事件识别区间,仅当识别成功时填写
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDTimeRangeForAudit TimeRanges = 3; */ com.byteplus.service.vod.model.business.VodAEDTimeRangeForAudit getTimeRanges(int index); /** *
   *事件识别区间,仅当识别成功时填写
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDTimeRangeForAudit TimeRanges = 3; */ int getTimeRangesCount(); /** *
   *事件识别区间,仅当识别成功时填写
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDTimeRangeForAudit TimeRanges = 3; */ java.util.List getTimeRangesOrBuilderList(); /** *
   *事件识别区间,仅当识别成功时填写
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDTimeRangeForAudit TimeRanges = 3; */ com.byteplus.service.vod.model.business.VodAEDTimeRangeForAuditOrBuilder getTimeRangesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy