All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.DeLogoInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_workflow.proto

package com.byteplus.service.vod.model.business;

public interface DeLogoInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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