public interface VodUpdateSubtitleStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFileIds()
转码视频id列表,多个用","隔开
|
com.google.protobuf.ByteString |
getFileIdsBytes()
转码视频id列表,多个用","隔开
|
String |
getFormats()
字幕格式列表,多个用","隔开
|
com.google.protobuf.ByteString |
getFormatsBytes()
字幕格式列表,多个用","隔开
|
String |
getLanguages()
字幕语言列表,多个用","隔开
|
com.google.protobuf.ByteString |
getLanguagesBytes()
字幕语言列表,多个用","隔开
|
String |
getStatus()
状态
|
com.google.protobuf.ByteString |
getStatusBytes()
状态
|
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVid()
视频ID
string Vid = 1;com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;String getFileIds()
转码视频id列表,多个用","隔开
string FileIds = 2;com.google.protobuf.ByteString getFileIdsBytes()
转码视频id列表,多个用","隔开
string FileIds = 2;String getLanguages()
字幕语言列表,多个用","隔开
string Languages = 3;com.google.protobuf.ByteString getLanguagesBytes()
字幕语言列表,多个用","隔开
string Languages = 3;String getFormats()
字幕格式列表,多个用","隔开
string Formats = 4;com.google.protobuf.ByteString getFormatsBytes()
字幕格式列表,多个用","隔开
string Formats = 4;String getStatus()
状态
string Status = 5;com.google.protobuf.ByteString getStatusBytes()
状态
string Status = 5;Copyright © 2023. All rights reserved.