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

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

  /**
   * 
   * 识别为此语言的概率
   * 
* * double Prob = 1; * @return The prob. */ double getProb(); /** *
   *语言类型,形式形如`<mand>`=普通话,`<sc>`=四川话,`<cant>`=粤语
   * 
* * string Language = 2; * @return The language. */ java.lang.String getLanguage(); /** *
   *语言类型,形式形如`<mand>`=普通话,`<sc>`=四川话,`<cant>`=粤语
   * 
* * string Language = 2; * @return The bytes for language. */ com.google.protobuf.ByteString getLanguageBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy