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

Properties of an AnnotateTextResponse.

Package

@google-cloud/language

Properties

categories

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

AnnotateTextResponse categories

documentSentiment

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

AnnotateTextResponse documentSentiment

entities

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

AnnotateTextResponse entities

language

language?: (string|null);

AnnotateTextResponse language

sentences

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

AnnotateTextResponse sentences

tokens

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

AnnotateTextResponse tokens