def __init__()

in function_app/src/result_enrichment/doc_intelligence.py [0:0]


    def __init__(
        self,
        *,
        content: str,
        spans: List["_models.DocumentSpan"],
        polygon: Optional[List[float]] = None,
        normalized_polygon: Optional[List[float]] = None,
        confidence: float,
        page_number: int,
        contained_words: List[DocumentWord],