Show / Hide Table of Contents

Class CloudAiLargeModelsVisionSemanticFilterResponse

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

Properties

ETag

The ETag of the item.

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

NamedBoundingBoxes

Class labels of the bounding boxes that failed the semantic filtering. Bounding box coordinates.

Declaration
[JsonProperty("namedBoundingBoxes")]
public virtual IList<CloudAiLargeModelsVisionNamedBoundingBox> NamedBoundingBoxes { get; set; }
Property Value
Type Description
IList<CloudAiLargeModelsVisionNamedBoundingBox>

PassedSemanticFilter

This response is added when semantic filter config is turned on in EditConfig. It reports if this image is passed semantic filter response. If passed_semantic_filter is false, the bounding box information will be populated for user to check what caused the semantic filter to fail.

Declaration
[JsonProperty("passedSemanticFilter")]
public virtual bool? PassedSemanticFilter { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX