Interface V1ServiceAsync
-
- All Implemented Interfaces:
public interface V1ServiceAsyncPrivilege detection for e-discovery and litigation workflows
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceV1ServiceAsync.WithRawResponseA view of V1ServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract V1ServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract V1ServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<V1DetectResponse>detect()Analyzes text or vault documents for legal privilege review. abstract CompletableFuture<V1DetectResponse>detect(V1DetectParams params, RequestOptions requestOptions)CompletableFuture<V1DetectResponse>detect(V1DetectParams params)CompletableFuture<V1DetectResponse>detect(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract V1ServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract V1ServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
detect
CompletableFuture<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 CompletableFuture<V1DetectResponse> detect(V1DetectParams params, RequestOptions requestOptions)
-
detect
CompletableFuture<V1DetectResponse> detect(V1DetectParams params)
-
detect
CompletableFuture<V1DetectResponse> detect(RequestOptions requestOptions)
-
-
-
-