com.volcengine.service.vod.model.business.DeLogoInfoOrBuilder 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 DeLogoInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DeLogoInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Anchor基准宽度
*
*
* int64 AnchorWidth = 1;
* @return The anchorWidth.
*/
long getAnchorWidth();
/**
*
* Anchor基准宽度
*
*
* int64 AnchorHeight = 2;
* @return The anchorHeight.
*/
long getAnchorHeight();
/**
*
* 水印左上角X坐标
*
*
* int64 PosX = 3;
* @return The posX.
*/
long getPosX();
/**
*
* 水印左上角Y坐标
*
*
* int64 PosY = 4;
* @return The posY.
*/
long getPosY();
/**
*
* 水印宽度
*
*
* int64 SizeX = 5;
* @return The sizeX.
*/
long getSizeX();
/**
*
* 水印高度
*
*
* int64 SizeY = 6;
* @return The sizeY.
*/
long getSizeY();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy