DocumentFieldValue 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.
Represents the value of a field analyzed from the input document and provides methods for converting it to the appropriate type.
public class DocumentFieldValue
type DocumentFieldValue = class
Public Class DocumentFieldValue
- Inheritance
-
DocumentFieldValue
Methods
AsAddress() |
Gets the value of the field as an AddressValue. |
AsBoolean() |
Gets the value of the field as a Boolean. |
AsCountryRegion() |
Gets the value of the field as an ISO 3166-1 alpha-3 country code String. |
AsCurrency() |
Gets the value of the field as a CurrencyValue. |
AsDate() |
Gets the value of the field as a DateTimeOffset. |
AsDictionary() |
Gets the value of the field as a Dictionary<TKey,TValue>. |
AsDouble() |
Gets the value of the field as a Double. |
AsInt64() |
Gets the value of the field as a Int64. |
AsList() |
Gets the value of the field as an IReadOnlyList<T>. |
AsPhoneNumber() |
Gets the value of the field as a phone number String. |
AsSelectionMarkState() |
Gets the value of the field as a DocumentSelectionMarkState. |
AsSignatureType() |
Gets the value of the field as a DocumentSignatureType. |
AsString() |
Gets the value of the field as a String. |
AsTime() |
Gets the value of the field as a TimeSpan. |
ToString() |
Returns a string that represents the DocumentField object. |
Applies to
Azure SDK for .NET