public sealed class NormalizedBoundingBox : IMessage<NormalizedBoundingBox>, IEquatable<NormalizedBoundingBox>, IDeepCloneable<NormalizedBoundingBox>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Video Intelligence v1 API class NormalizedBoundingBox.
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
Implements
IMessageNormalizedBoundingBox, IEquatableNormalizedBoundingBox, IDeepCloneableNormalizedBoundingBox, 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 |
float |
|
Left
public float Left { get; set; }Left X coordinate.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Right
public float Right { get; set; }Right X coordinate.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Top
public float Top { get; set; }Top Y coordinate.
| Property Value | |
|---|---|
| Type | Description |
float |
|