Interface protos.google.cloud.language.v1.IAnnotateTextResponse (5.2.2)

Properties of an AnnotateTextResponse.

Package

@google-cloud/language

Properties

categories

categories?: (google.cloud.language.v1.IClassificationCategory[]|null);

AnnotateTextResponse categories

documentSentiment

documentSentiment?: (google.cloud.language.v1.ISentiment|null);

AnnotateTextResponse documentSentiment

entities

entities?: (google.cloud.language.v1.IEntity[]|null);

AnnotateTextResponse entities

language

language?: (string|null);

AnnotateTextResponse language

sentences

sentences?: (google.cloud.language.v1.ISentence[]|null);

AnnotateTextResponse sentences

tokens

tokens?: (google.cloud.language.v1.IToken[]|null);

AnnotateTextResponse tokens