Show / Hide Table of Contents

Class AndroidxCrawlerOutputRectangle

Rectangle for describing bounding boxes

Inheritance
object
AndroidxCrawlerOutputRectangle
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.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class AndroidxCrawlerOutputRectangle : IDirectResponseSchema

Properties

Bottom

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

ETag

The ETag of the item.

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

Left

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

Right

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

Top

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX