Class VideoSegmentationProjectInput


  • public class VideoSegmentationProjectInput
    extends AbstractModel
    • Constructor Detail

      • VideoSegmentationProjectInput

        public VideoSegmentationProjectInput()
      • VideoSegmentationProjectInput

        public VideoSegmentationProjectInput​(VideoSegmentationProjectInput source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAspectRatio

        public String getAspectRatio()
        Get 画布宽高比,取值有:
      • 16:9;
      • 9:16;
      • 2:1。
      • 默认值 16:9 。
Returns:
AspectRatio 画布宽高比,取值有:
  • 16:9;
  • 9:16;
  • 2:1。
  • 默认值 16:9 。
    Parameters:
    AspectRatio - 画布宽高比,取值有:
  • 16:9;
  • 9:16;
  • 2:1。
  • 默认值 16:9 。