Package ai.extend
Class AsyncRawExtendClient
- java.lang.Object
-
- ai.extend.AsyncRawExtendClientBase
-
- ai.extend.AsyncRawExtendClient
-
public class AsyncRawExtendClient extends AsyncRawExtendClientBase
Provides access to raw HTTP responses (status code, headers) alongside the deserialized body, with asynchronous (CompletableFuture) method signatures.
-
-
Field Summary
-
Fields inherited from class ai.extend.AsyncRawExtendClientBase
clientOptions
-
-
Constructor Summary
Constructors Constructor Description AsyncRawExtendClient(ClientOptions clientOptions)
-
Method Summary
-
Methods inherited from class ai.extend.AsyncRawExtendClientBase
classify, classify, detectForm, detectForm, edit, edit, extract, extract, extract, extract, parse, parse, split, split
-
-
-
-
Constructor Detail
-
AsyncRawExtendClient
public AsyncRawExtendClient(ClientOptions clientOptions)
-
-