ChartFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. contentunderstanding. models. ChartFormat
- com.
- com.
public final class ChartFormat
extends ExpandableStringEnum<ChartFormat>
Representation format of charts in analyze result markdown.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Chart |
CHART_JS
Represent charts as Chart. |
|
static final
Chart |
MARKDOWN
Represent charts as markdown tables. |
Constructor Summary
| Constructor | Description |
|---|---|
| ChartFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Chart |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Chart |
fromString(String name)
Creates or finds a Chart |
|
static
Collection<Chart |
values()
Gets known Chart |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CHART_JS
public static final ChartFormat CHART_JS
Represent charts as Chart.js code blocks.
MARKDOWN
public static final ChartFormat MARKDOWN
Represent charts as markdown tables.
Constructor Details
ChartFormat
@Deprecated
public ChartFormat()
Deprecated
Creates a new instance of ChartFormat value.
Method Details
fromString
public static ChartFormat fromString(String name)
Creates or finds a ChartFormat from its string representation.
Parameters:
Returns:
values
public static Collection<ChartFormat> values()
Gets known ChartFormat values.
Returns: