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

com.byteplus.service.vod.model.business.VodASRUtteranceForAuditOrBuilder 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 VodASRUtteranceForAuditOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodASRUtteranceForAudit)
    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(); /** *
   * 分词
   * 
* * repeated .Byteplus.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4; */ java.util.List getWordsList(); /** *
   * 分词
   * 
* * repeated .Byteplus.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4; */ com.byteplus.service.vod.model.business.VodASRUtteranceWordForAudit getWords(int index); /** *
   * 分词
   * 
* * repeated .Byteplus.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4; */ int getWordsCount(); /** *
   * 分词
   * 
* * repeated .Byteplus.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4; */ java.util.List getWordsOrBuilderList(); /** *
   * 分词
   * 
* * repeated .Byteplus.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4; */ com.byteplus.service.vod.model.business.VodASRUtteranceWordForAuditOrBuilder getWordsOrBuilder( int index); /** *
   * 分句的被识别成的语言
   * 
* * string Language = 5; * @return The language. */ java.lang.String getLanguage(); /** *
   * 分句的被识别成的语言
   * 
* * string Language = 5; * @return The bytes for language. */ com.google.protobuf.ByteString getLanguageBytes(); /** *
   * 语速,即一秒钟几个字
   * 
* * double SpeechRate = 6; * @return The speechRate. */ double getSpeechRate(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy