Class CloudAiLargeModelsVisionSemanticFilterResponse
Implements
Inherited Members
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? |