Reference documentation and code samples for the Cloud AutoML V1 Client class NormalizedVertex.
A vertex represents a 2D point in the image.
The normalized vertex coordinates are between 0 to 1 fractions relative to
the original plane (image, video). E.g. if the plane (e.g. whole image) would
have size 10 x 20 then a point with normalized coordinates (0.1, 0.3) would
be at the position (1, 6) on that plane.
Generated from protobuf messagegoogle.cloud.automl.v1.NormalizedVertex
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud AutoML V1 Client - Class NormalizedVertex (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-automl/latest/V1.NormalizedVertex)\n- [2.0.4](/php/docs/reference/cloud-automl/2.0.4/V1.NormalizedVertex)\n- [1.6.5](/php/docs/reference/cloud-automl/1.6.5/V1.NormalizedVertex)\n- [1.5.4](/php/docs/reference/cloud-automl/1.5.4/V1.NormalizedVertex)\n- [1.4.17](/php/docs/reference/cloud-automl/1.4.17/V1.NormalizedVertex) \nReference documentation and code samples for the Cloud AutoML V1 Client class NormalizedVertex.\n\nA vertex represents a 2D point in the image.\n\nThe normalized vertex coordinates are between 0 to 1 fractions relative to\nthe original plane (image, video). E.g. if the plane (e.g. whole image) would\nhave size 10 x 20 then a point with normalized coordinates (0.1, 0.3) would\nbe at the position (1, 6) on that plane.\n\nGenerated from protobuf message `google.cloud.automl.v1.NormalizedVertex`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AutoMl \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getX\n\nRequired. Horizontal coordinate.\n\n### setX\n\nRequired. Horizontal coordinate.\n\n### getY\n\nRequired. Vertical coordinate.\n\n### setY\n\nRequired. Vertical coordinate."]]