H13-311_V3.5 · Question #34
The following about the general form identification service returned type The field statement is correct?
The correct answer is B. type for text Time represents the text recognition area D. type for table Time represents the form recognition area. Options B and D are correct because, in a general form identification (OCR) service, the type field in the returned data uses specific string values to indicate what kind of region was detected: when type equals "text," it identifies a text recognition area, and when type…
Question
The following about the general form identification service returned type The field statement is correct?
Options
- Atype Representative text recognition area type
- Btype for text Time represents the text recognition area
- Ctype Representative form type
- Dtype for table Time represents the form recognition area
How the community answered
(23 responses)- A17% (4)
- B78% (18)
- C4% (1)
Explanation
Options B and D are correct because, in a general form identification (OCR) service, the type field in the returned data uses specific string values to indicate what kind of region was detected: when type equals "text," it identifies a text recognition area, and when type equals "table," it identifies a table (form) recognition area. These two values are the meaningful classifications the service uses to distinguish between plain text blocks and structured table content.
Option A is wrong because it vaguely states that type represents "text recognition area type" without specifying the condition -- it omits the key detail that this only applies when the value is specifically "text." Option C is similarly wrong because saying type represents "form type" is an incomplete and misleading description that ignores the conditional logic: type only points to a form/table when its value is "table," not universally.
Memory tip: Think of the type field as a label on a box. The label reads either "text" or "table" to tell you what is inside. B and D each correctly describe one label and its meaning, while A and C describe the box itself without reading the label.
Topics
Community Discussion
No community discussion yet for this question.