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

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

  /**
   * 
   * 识别出来的音频事件信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1; */ java.util.List getEventItemsList(); /** *
   * 识别出来的音频事件信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1; */ com.byteplus.service.vod.model.business.VodAEDEventItemForAudit getEventItems(int index); /** *
   * 识别出来的音频事件信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1; */ int getEventItemsCount(); /** *
   * 识别出来的音频事件信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1; */ java.util.List getEventItemsOrBuilderList(); /** *
   * 识别出来的音频事件信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodAEDEventItemForAudit EventItems = 1; */ com.byteplus.service.vod.model.business.VodAEDEventItemForAuditOrBuilder getEventItemsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy