Show / Hide Table of Contents

Class CloudAiLargeModelsVisionNamedBoundingBox

Inheritance
object
CloudAiLargeModelsVisionNamedBoundingBox
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.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class CloudAiLargeModelsVisionNamedBoundingBox : IDirectResponseSchema

Properties

Classes

Declaration
[JsonProperty("classes")]
public virtual IList<string> Classes { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Entities

Declaration
[JsonProperty("entities")]
public virtual IList<string> Entities { get; set; }
Property Value
Type Description
IList<string>

Scores

Declaration
[JsonProperty("scores")]
public virtual IList<float?> Scores { get; set; }
Property Value
Type Description
IList<float?>

X1

Declaration
[JsonProperty("x1")]
public virtual float? X1 { get; set; }
Property Value
Type Description
float?

X2

Declaration
[JsonProperty("x2")]
public virtual float? X2 { get; set; }
Property Value
Type Description
float?

Y1

Declaration
[JsonProperty("y1")]
public virtual float? Y1 { get; set; }
Property Value
Type Description
float?

Y2

Declaration
[JsonProperty("y2")]
public virtual float? Y2 { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX