public interface CreateVQScoreTaskRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
测评算法,支持vqscore分数计算
|
com.google.protobuf.ByteString |
getAlgorithmBytes()
测评算法,支持vqscore分数计算
|
String |
getContrastAddr()
对比拉流地址。
|
com.google.protobuf.ByteString |
getContrastAddrBytes()
对比拉流地址。
|
long |
getDuration()
测评运行时间
- 支持输入s整数
- 最大支持7*24小时的测评任务
- 最小支持1min的测评任务
|
long |
getFrameInterval()
抽帧间隔,目前只能密集抽帧模板控制,以模板为主。
|
String |
getMainAddr()
主拉流地址。 支持输入FCDN拉流地址和第三方CDN拉流地址。
|
com.google.protobuf.ByteString |
getMainAddrBytes()
主拉流地址。 支持输入FCDN拉流地址和第三方CDN拉流地址。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMainAddr()
主拉流地址。 支持输入FCDN拉流地址和第三方CDN拉流地址。
string MainAddr = 1;com.google.protobuf.ByteString getMainAddrBytes()
主拉流地址。 支持输入FCDN拉流地址和第三方CDN拉流地址。
string MainAddr = 1;String getContrastAddr()
对比拉流地址。
string ContrastAddr = 2;com.google.protobuf.ByteString getContrastAddrBytes()
对比拉流地址。
string ContrastAddr = 2;long getFrameInterval()
抽帧间隔,目前只能密集抽帧模板控制,以模板为主。
int64 FrameInterval = 3;long getDuration()
测评运行时间 - 支持输入s整数 - 最大支持7*24小时的测评任务 - 最小支持1min的测评任务
int64 Duration = 4;String getAlgorithm()
测评算法,支持vqscore分数计算
string Algorithm = 5;com.google.protobuf.ByteString getAlgorithmBytes()
测评算法,支持vqscore分数计算
string Algorithm = 5;Copyright © 2022. All rights reserved.