com.volcengine.service.vod.model.business.VisualQualityOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_workflow.proto
package com.volcengine.service.vod.model.business;
public interface VisualQualityOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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