区域化推进书香校园,“点灯人”推动全民阅读

百度 报道称,在法国洗衣房餐厅欣然为一份招牌赏味菜单花费500美元(约合3160元人民币)的食客,却不愿在一家中餐馆花1/10的钱,这种现象已是司空见惯即使中餐馆的厨师也一样厨艺精湛,即使他们所使用的食材也来自同样的供应商。
public sealed class BoundingBox : IMessage<BoundingBox>, IEquatable<BoundingBox>, IDeepCloneable<BoundingBox>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BoundingBox.

Bounding box encompassing detected text within an image.

Inheritance

object > BoundingBox

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BoundingBox()

public BoundingBox()

BoundingBox(BoundingBox)

public BoundingBox(BoundingBox other)
Parameter
Name Description
other BoundingBox

Properties

Height

public int Height { get; set; }

Height of the bounding box in pixels.

Property Value
Type Description
int

Left

public int Left { get; set; }

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

Property Value
Type Description
int

Top

public int Top { get; set; }

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

Property Value
Type Description
int

Width

public int Width { get; set; }

Width of the bounding box in pixels.

Property Value
Type Description
int