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].
Implements
IMessage<NormalizedBoundingBox>, IEquatable<NormalizedBoundingBox>, IDeepCloneable<NormalizedBoundingBox>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
NormalizedBoundingBox()
public NormalizedBoundingBox()
NormalizedBoundingBox(NormalizedBoundingBox)
public NormalizedBoundingBox(NormalizedBoundingBox other)
Parameter | |
---|---|
Name | Description |
other | NormalizedBoundingBox |
Properties
Bottom
public float Bottom { get; set; }
Bottom Y coordinate.
Property Value | |
---|---|
Type | Description |
Single |
Left
public float Left { get; set; }
Left X coordinate.
Property Value | |
---|---|
Type | Description |
Single |
Right
public float Right { get; set; }
Right X coordinate.
Property Value | |
---|---|
Type | Description |
Single |
Top
public float Top { get; set; }
Top Y coordinate.
Property Value | |
---|---|
Type | Description |
Single |