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

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

  /**
   * 
   * 分段文本
   * 
* * string Text = 1; * @return The text. */ java.lang.String getText(); /** *
   * 分段文本
   * 
* * string Text = 1; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** *
   * 起始时间(毫秒)
   * 
* * double StartTimeMill = 2; * @return The startTimeMill. */ double getStartTimeMill(); /** *
   * 结束时间(毫秒)
   * 
* * double EndTimeMill = 3; * @return The endTimeMill. */ double getEndTimeMill(); /** *
   * 空白时长(毫秒)
   * 
* * double BlankDuration = 4; * @return The blankDuration. */ double getBlankDuration(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy