com.volcengine.service.vod.model.business.VodSubtitleInfoOrBuilder 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_common.proto
package com.volcengine.service.vod.model.business;
public interface VodSubtitleInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodSubtitleInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The vid.
*/
java.lang.String getVid();
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
*
*文件ID
*
*
* string FileId = 2;
* @return The fileId.
*/
java.lang.String getFileId();
/**
*
*文件ID
*
*
* string FileId = 2;
* @return The bytes for fileId.
*/
com.google.protobuf.ByteString
getFileIdBytes();
/**
*
*字幕语言
*
*
* string Language = 3;
* @return The language.
*/
java.lang.String getLanguage();
/**
*
*字幕语言
*
*
* string Language = 3;
* @return The bytes for language.
*/
com.google.protobuf.ByteString
getLanguageBytes();
/**
*
*字幕语言ID
*
*
* int32 LanguageId = 4;
* @return The languageId.
*/
int getLanguageId();
/**
*
*字幕格式
*
*
* string Format = 5;
* @return The format.
*/
java.lang.String getFormat();
/**
*
*字幕格式
*
*
* string Format = 5;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
*字幕ID
*
*
* string SubtitleId = 6;
* @return The subtitleId.
*/
java.lang.String getSubtitleId();
/**
*
*字幕ID
*
*
* string SubtitleId = 6;
* @return The bytes for subtitleId.
*/
com.google.protobuf.ByteString
getSubtitleIdBytes();
/**
*
*字幕标题
*
*
* string Title = 7;
* @return The title.
*/
java.lang.String getTitle();
/**
*
*字幕标题
*
*
* string Title = 7;
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
*
*字幕标签
*
*
* string Tag = 8;
* @return The tag.
*/
java.lang.String getTag();
/**
*
*字幕标签
*
*
* string Tag = 8;
* @return The bytes for tag.
*/
com.google.protobuf.ByteString
getTagBytes();
/**
*
*字幕状态
*
*
* string Status = 9;
* @return The status.
*/
java.lang.String getStatus();
/**
*
*字幕状态
*
*
* string Status = 9;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
*
*字幕来源
*
*
* string Source = 10;
* @return The source.
*/
java.lang.String getSource();
/**
*
*字幕来源
*
*
* string Source = 10;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
*
*字幕uri
*
*
* string StoreUri = 11;
* @return The storeUri.
*/
java.lang.String getStoreUri();
/**
*
*字幕uri
*
*
* string StoreUri = 11;
* @return The bytes for storeUri.
*/
com.google.protobuf.ByteString
getStoreUriBytes();
/**
*
*字幕url
*
*
* string SubtitleUrl = 12;
* @return The subtitleUrl.
*/
java.lang.String getSubtitleUrl();
/**
*
*字幕url
*
*
* string SubtitleUrl = 12;
* @return The bytes for subtitleUrl.
*/
com.google.protobuf.ByteString
getSubtitleUrlBytes();
/**
*
*创建时间
*
*
* string CreateTime = 13;
* @return The createTime.
*/
java.lang.String getCreateTime();
/**
*
*创建时间
*
*
* string CreateTime = 13;
* @return The bytes for createTime.
*/
com.google.protobuf.ByteString
getCreateTimeBytes();
/**
*
*字幕版本
*
*
* string Version = 14;
* @return The version.
*/
java.lang.String getVersion();
/**
*
*字幕版本
*
*
* string Version = 14;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy