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

com.byteplus.service.vod.model.business.VisualQualityOrBuilder 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_workflow.proto

package com.byteplus.service.vod.model.business;

public interface VisualQualityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VisualQuality)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 视频质量评分
   * 
* * double VQScore = 1; * @return The vQScore. */ double getVQScore(); /** *
   * 对比度
   * 
* * double Contrast = 2; * @return The contrast. */ double getContrast(); /** *
   * 色彩
   * 
* * double Colorfulness = 3; * @return The colorfulness. */ double getColorfulness(); /** *
   * 亮度
   * 
* * double Brightness = 4; * @return The brightness. */ double getBrightness(); /** *
   * 纹理
   * 
* * double Texture = 5; * @return The texture. */ double getTexture(); /** *
   * 噪声
   * 
* * double Noise = 6; * @return The noise. */ double getNoise(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy