Word Class

An object representing a recognized word.

All required parameters must be populated in order to send to Azure.

Inheritance
Word

Constructor

Word(*, bounding_box, text: str, confidence: float, **kwargs)

Parameters

bounding_box
list[float]
Required

Required. Bounding box of a recognized word.

text
str
Required

Required. The text content of the word.

confidence
float
Required

Required. Qualitative confidence measure.