TableFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. contentunderstanding. models. TableFormat
- com.
- com.
public final class TableFormat
extends ExpandableStringEnum<TableFormat>
Representation format of tables in analyze result markdown.
Field Summary
| Modifier and Type | Field and Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
static final
Table |
HTML
Represent tables using HTML table elements: \ , \, \
Constructor Summary
Method Summary
Methods inherited from ExpandableStringEnumMethods inherited from java.lang.ObjectField DetailsHTMLpublic static final TableFormat HTML Represent tables using HTML table elements: \ , \, \
|