VamboAI class

A class that provides methods to interact with the Vambo AI API.

Constructors

VamboAI.fromAPIKey(String apiKey)
Factory constructor to create an instance of VamboAI using the provided apiKey.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

identify(String input) Future<VamboIdentifyResponse>
Identifies the language of the given input text using the Vambo AI API.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
translate(String input, {required Language from, required Language to}) Future<VamboResponse>
Translates the given input text from the source language from to the target language to using the Vambo AI API.

Operators

operator ==(Object other) bool
The equality operator.
inherited