public enum InterpretationStructure.Types.VisualizationType
Reference documentation and code samples for the Data QnA v1alpha API enum InterpretationStructure.Types.VisualizationType.
Enumeration of visualzation types to use for query response data.
Namespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Fields |
|
---|---|
Name | Description |
AreaChart |
Show an area chart. |
BarChart |
Show a bar chart. |
ChartNotUnderstood |
The user tried to specify a chart type, but the interpreter could not understand the type. The client should display a generic chart and may give a hint to the user that the requested type was not understood. |
ColumnChart |
Show a column chart. |
ComboChart |
Show a combo chart. |
GenericChart |
This denotes queries when the user has not specified the particular type of chart and has mentioned only a generic chart name such as "Chart", "Plot", "Graph", etc. This will differentiate it from specific charting terms such as "Bar chart", "Pie chart", etc. |
Histogram |
Show a histogram. |
LineChart |
Show a line chart. |
PieChart |
Show a pie chart. |
ScatterPlot |
Show a scatter plot. |
Table |
Show a table. |
Timeline |
Show a timeline. |
Unspecified |
No visualization type was specified. |