Expand description
§Aristech NLP-Client
This is a client library for the Aristech NLP-Server.
Modules§
- nlp_
service - The nlp_server module contains types and functions generated from the Aristech NLP proto file.
Structs§
- Auth
- The Auth struct holds the token and secret needed to authenticate with the server.
- Auth
Interceptor - The AuthInterceptor struct is used to intercept requests to the server and add the authentication headers.
- TlsOptions
- The TlsOptions struct holds the tls options needed to communicate with the server.
Functions§
- get_
client - Creates a new NlpClient to communicate with the server.
- get_
content - Gets the content for the given request.
- get_
intents - Gets the intents available on the server.
- get_
score_ limits - Gets the score limits for the given input.
- list_
functions - Gets the functions available on the server.
- list_
projects - Gets the projects available on the server.
- remove_
content - Removes the content for the given request.
- run_
functions - Processes the given text with the specified function pipeline.
- update_
content - Updates the content for the given request.
Type Aliases§
- NlpClient
- The NlpClient type is a type alias for the NlpServiceClient with the AuthInterceptor.