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