API Reference
Class
OfficeDocumentStructuredRecord
One schema-friendly scalar record extracted from the shared document model.
Inheritance
- Object
- OfficeDocumentStructuredRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public OfficeDocumentStructuredRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Deterministic record id within the extraction result.
public String Category { get; set; } #Stable record category such as metadata, form, key-value, shape-data, chart-summary, or quality-summary.
public String Name { get; set; } #Record name or key.
public String Value { get; set; } #Scalar value when available.
public String ValueType { get; set; } #Normalized or source-provided value type.
public String SourceObjectId { get; set; } #Source object identifier when available.
public ReaderLocation Location { get; set; } #Source location when available.
public IReadOnlyDictionary<String, String> Attributes { get; set; } #Additional deterministic scalar attributes.