Show / Hide Table of Contents

Class AndroidxCrawlerOutputPoint

Point for describing bounding boxes tap locations Top left is 0,0

Inheritance
object
AndroidxCrawlerOutputPoint
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 AndroidxCrawlerOutputPoint : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

XCoordinate

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

YCoordinate

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX