Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[[["VisionPoint represents a point in an image, using the same scale as the original image."],["It includes `x` and `y` properties, representing the point's coordinates as CGFloat values."],["The `init` method is unavailable for direct instantiation."]]],["VisionPoint represents a point within an image, maintaining the original image's scale. It contains two key properties: `x`, the horizontal coordinate, and `y`, the vertical coordinate. Both coordinates are of type `CGFloat`, allowing for precise positioning. The `init` method is unavailable, so points are likely created through other means, rather than direct instantiation.\n"]]