Class CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity
The properties for a detected entity from the rai signal.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity : IDirectResponseSchema
Properties
BoundingBox
Bounding box of the label
Declaration
[JsonProperty("boundingBox")]
public virtual CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox |
Description
Description of the label
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IouScore
The intersection ratio between the detection bounding box and the mask.
Declaration
[JsonProperty("iouScore")]
public virtual float? IouScore { get; set; }
Property Value
Type | Description |
---|---|
float? |
Mid
MID of the label
Declaration
[JsonProperty("mid")]
public virtual string Mid { get; set; }
Property Value
Type | Description |
---|---|
string |
Score
Confidence score of the label
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |