DocumentKeyValueElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object representing the field key or value in a key-value pair.
public class DocumentKeyValueElement : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentKeyValueElement>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentKeyValueElement>
type DocumentKeyValueElement = class
interface IJsonModel<DocumentKeyValueElement>
interface IPersistableModel<DocumentKeyValueElement>
Public Class DocumentKeyValueElement
Implements IJsonModel(Of DocumentKeyValueElement), IPersistableModel(Of DocumentKeyValueElement)
- Inheritance
-
DocumentKeyValueElement
- Implements
Properties
BoundingRegions |
Bounding regions covering the key-value element. |
Content |
Concatenated content of the key-value element in reading order. |
Spans |
Location of the key-value element in the reading order concatenated content. |
Explicit Interface Implementations
IJsonModel<DocumentKeyValueElement>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DocumentKeyValueElement>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DocumentKeyValueElement>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DocumentKeyValueElement>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DocumentKeyValueElement>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET