Extraction Validation Internal
AI Pedant Document Service API (proto file)
This document describes the gRPC API defined in the document_service.proto file for document-related internal communication functionalities.
Dependencies
google/protobuf/empty.proto: Used for empty response messages.common.proto: Likely defines shared message types used across other services.
Services
The ExtractionValidationsInternalService offers gRPC methods for managing extraction validations.
Functions:
CreateExtractionValidations: Creates extraction validations for a specified company.
DeleteExtractionValidations: Deletes extraction validations based on the provided ID.
Messages
CreateExtractionValidationsRequest:
companyId: Identifier of the company for which to create the extraction validations.
DeleteExtractionValidationsRequest:
id: Identifier of the extraction validations to be deleted.