Factoid.PostalCode Field
Factoid.PostalCode Field |
A constant string value that is used to increase recognition accuracy by providing a postal code context to a recognizer.
Definition
Visual Basic .NET Public Shared PostalCode As String C# public static String PostalCode; Managed C++ public: static String PostalCode;
Field Value
System.String. The string that indicates to a recognizer to look for postal codes.
This field is read-only. This field has no default value.
Remarks
An example of a postal code is:
98112
See Also