From e4746d914f378b8b5a400f060b9008131a53c6a9 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Thu, 22 Apr 2021 08:53:52 -0700 Subject: [PATCH] update FormField docstring --- .../azure-ai-formrecognizer/azure/ai/formrecognizer/_models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_models.py b/sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_models.py index 1b8c396538cf..c9a06a3800d4 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_models.py +++ b/sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_models.py @@ -248,6 +248,8 @@ class FormField(object): analyzed from a custom model that was trained with labels. :ivar value: The value for the recognized field. Its semantic data type is described by `value_type`. + If the value is extracted from the form, but cannot be normalized to its type, + then access the `value_data.text` property for a textual representation of the value. :vartype value: str, int, float, :class:`~datetime.date`, :class:`~datetime.time`, dict[str, :class:`~azure.ai.formrecognizer.FormField`], or list[:class:`~azure.ai.formrecognizer.FormField`] :ivar float confidence: