Interface V1Service
-
- All Implemented Interfaces:
public interface V1ServicePrivilege detection for e-discovery and litigation workflows
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceV1Service.WithRawResponseA view of V1Service that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract V1Service.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract V1ServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. V1DetectResponsedetect()Analyzes text or vault documents for legal privilege review. abstract V1DetectResponsedetect(V1DetectParams params, RequestOptions requestOptions)V1DetectResponsedetect(V1DetectParams params)V1DetectResponsedetect(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract V1Service.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract V1Service withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
detect
V1DetectResponse detect()
Analyzes text or vault documents for legal privilege review. Detects attorney-client privilege, work product doctrine, and common interest privilege.
Returns structured review flags with confidence scores and policy-friendly rationale suitable for discovery workflows and privilege logs. This endpoint is an AI-assisted triage tool and does not replace attorney judgment.
Size Limit: Maximum 200,000 characters (larger documents rejected).
Permissions: Requires
chatpermission. When usingdocument_id, also requiresvaultpermission.Note: When analyzing vault documents, results are automatically stored in the document's
privilege_analysismetadata field.
-
detect
abstract V1DetectResponse detect(V1DetectParams params, RequestOptions requestOptions)
-
detect
V1DetectResponse detect(V1DetectParams params)
-
detect
V1DetectResponse detect(RequestOptions requestOptions)
-
-
-
-