Class NormalizedBoundingBox (2.2.0)

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

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

Inheritance

Object > NormalizedBoundingBox

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

NormalizedBoundingBox()

public NormalizedBoundingBox()

NormalizedBoundingBox(NormalizedBoundingBox)

public NormalizedBoundingBox(NormalizedBoundingBox other)
Parameter
NameDescription
otherNormalizedBoundingBox

Properties

Bottom

public float Bottom { get; set; }

Bottom Y coordinate.

Property Value
TypeDescription
Single

Left

public float Left { get; set; }

Left X coordinate.

Property Value
TypeDescription
Single

Right

public float Right { get; set; }

Right X coordinate.

Property Value
TypeDescription
Single

Top

public float Top { get; set; }

Top Y coordinate.

Property Value
TypeDescription
Single