Class PageAspectRatio
-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
@Deprecated(message = "This class is deprecated please use [AspectRatio] instead", replaceWith = @ReplaceWith(imports = {}, expression = "AspectRatio")) public final class PageAspectRatio extends AspectRatio
Represents detection page aspect ratio
-
-
Constructor Summary
Constructors Constructor Description PageAspectRatio(Double width, Double height)
-