Data Analytics API with Gemini v1beta API - Class ChartResult (1.0.0-beta01)

public sealed class ChartResult : IMessage<ChartResult>, IEquatable<ChartResult>, IDeepCloneable<ChartResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ChartResult.

The result of a chart generation query.

Inheritance

object > ChartResult

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

ChartResult()

public ChartResult()

ChartResult(ChartResult)

public ChartResult(ChartResult other)
Parameter
Name Description
other ChartResult

Properties

Image

public Blob Image { get; set; }

Optional. A rendering of the chart if this was requested in the context.

Property Value
Type Description
Blob

VegaConfig

public Struct VegaConfig { get; set; }

Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/

Property Value
Type Description
Struct