Cloud AI Platform v1beta1 API - Class Vertex (1.0.0-beta03)

public sealed class Vertex : IMessage<Vertex>, IEquatable<Vertex>, IDeepCloneable<Vertex>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class Vertex.

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

Inheritance

object > Vertex

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

Vertex()

public Vertex()

Vertex(Vertex)

public Vertex(Vertex other)
Parameter
Name Description
other Vertex

Properties

X

public double X { get; set; }

X coordinate.

Property Value
Type Description
double

Y

public double Y { get; set; }

Y coordinate.

Property Value
Type Description
double