Class GooglePrivacyDlpV2BoundingBox
Bounding box encompassing detected text within an image.
Implements
Inherited Members
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? |