Cloud AI Platform v1 API - Enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.OverlayType (2.27.0)

public enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.OverlayType

Reference documentation and code samples for the Cloud AI Platform v1 API enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.OverlayType.

How the original image is displayed in the visualization.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Grayscale

The attributions are shown on top of grayscaled version of the original image.

MaskBlack

The attributions are used as a mask to reveal predictive parts of the image and hide the un-predictive parts.

None

No overlay.

Original

The attributions are shown on top of the original image.

Unspecified

Default value. This is the same as NONE.