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.
Implements
IMessageChartResult, IEquatableChartResult, IDeepCloneableChartResult, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |