
com.microsoft.azure.synapse.ml.services.CognitiveServiceSchemas.scala Maven / Gradle / Ivy
The newest version!
// Copyright (C) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in project root for information.
package com.microsoft.azure.synapse.ml.services
case class Rectangle(left: Int, top: Int, width: Int, height: Int)
case class Rectangle2(x: Int, y: Int, w: Int, h: Int)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy