root.generated.openapi_client.models.document_parse_response ============================================================ .. py:module:: root.generated.openapi_client.models.document_parse_response .. autoapi-nested-parse:: Root Signals API Root Signals JSON API provides a way to access Root Signals using provisioned API token The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. Classes ------- .. autoapisummary:: root.generated.openapi_client.models.document_parse_response.DocumentParseResponse Module Contents --------------- .. py:class:: DocumentParseResponse Bases: :py:obj:`pydantic.BaseModel` DocumentParseResponse .. py:attribute:: content_elements :type: Optional[List[Dict[str, Any]]] .. py:attribute:: content_plain :type: pydantic.StrictStr .. py:attribute:: id :type: typing_extensions.Annotated[str, Field(min_length=32, strict=True, max_length=36)] .. py:attribute:: model_config .. py:attribute:: request_id :type: typing_extensions.Annotated[str, Field(min_length=32, strict=True, max_length=36)]