Show / Hide Table of Contents

Class GooglePrivacyDlpV2BoundingBox

Bounding box encompassing detected text within an image.

Inheritance
object
GooglePrivacyDlpV2BoundingBox
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2BoundingBox : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Height

Height of the bounding box in pixels.

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

Left

Left coordinate of the bounding box. (0,0) is upper left.

Declaration
[JsonProperty("left")]
public virtual int? Left { get; set; }
Property Value
Type Description
int?

Top

Top coordinate of the bounding box. (0,0) is upper left.

Declaration
[JsonProperty("top")]
public virtual int? Top { get; set; }
Property Value
Type Description
int?

Width

Width of the bounding box in pixels.

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX