- Client - Class in ai.lucidtech.las.sdk
-
- Client(Credentials) - Constructor for class ai.lucidtech.las.sdk.Client
-
A client to invoke api methods from Lucidtech AI Services.
- ContentType - Enum in ai.lucidtech.las.sdk
-
- createBatch(String) - Method in class ai.lucidtech.las.sdk.Client
-
Creates a batch handle, calls the POST /batches endpoint
- createDocument(InputStream, ContentType, String, Map<String, Object>) - Method in class ai.lucidtech.las.sdk.Client
-
Creates a document handle, calls POST /documents endpoint
- createDocument(InputStream, ContentType, String) - Method in class ai.lucidtech.las.sdk.Client
-
Creates a document handle, calls POST /documents endpoint
- createDocument(byte[], ContentType, String, Map<String, Object>) - Method in class ai.lucidtech.las.sdk.Client
-
Creates a document handle, calls POST /documents endpoint
- createDocument(byte[], ContentType, String) - Method in class ai.lucidtech.las.sdk.Client
-
Creates a document handle, calls POST /documents endpoint
- createPrediction(String, String) - Method in class ai.lucidtech.las.sdk.Client
-
Run inference and create a prediction, calls the POST /predictions endpoint
- createPrediction(String, String, Map<String, Object>) - Method in class ai.lucidtech.las.sdk.Client
-
Run inference and create a prediction, calls the POST /predictions endpoint
- Credentials - Class in ai.lucidtech.las.sdk
-
- Credentials(String, String, String, String, String) - Constructor for class ai.lucidtech.las.sdk.Credentials
-
Used to fetch and store credentials.