Module cogs::engine
[−]
[src]
Holds Engine related logic
Structs
| Credentials |
Holds credential information for accessing Cognitive services |
| Engine |
Struct for holding Engine data |
| SubscriptionKey |
Wraps a subscription key |
| SubscriptionKeyHeader |
Enums
| Error |
Functions
| read_to_bytes |
Consumes a response, returning the body as a vector of bytes |
| read_to_string |
Consumes the body and reads it into a String. |