LanguageServiceApi class
Constructors
- LanguageServiceApi.new(RpcClient _client)
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
-
analyzeEntities(
ClientContext? ctx, AnalyzeEntitiesRequest request) → Future< AnalyzeEntitiesResponse> -
analyzeEntitySentiment(
ClientContext? ctx, AnalyzeEntitySentimentRequest request) → Future< AnalyzeEntitySentimentResponse> -
analyzeSentiment(
ClientContext? ctx, AnalyzeSentimentRequest request) → Future< AnalyzeSentimentResponse> -
analyzeSyntax(
ClientContext? ctx, AnalyzeSyntaxRequest request) → Future< AnalyzeSyntaxResponse> -
annotateText(
ClientContext? ctx, AnnotateTextRequest request) → Future< AnnotateTextResponse> -
classifyText(
ClientContext? ctx, ClassifyTextRequest request) → Future< ClassifyTextResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited