Interface protos.google.cloud.language.v2.IAnnotateTextResponse (6.5.0)

Properties of an AnnotateTextResponse.

Package

@google-cloud/language

Properties

categories

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

AnnotateTextResponse categories

documentSentiment

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

AnnotateTextResponse documentSentiment

entities

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

AnnotateTextResponse entities

languageCode

languageCode?: (string|null);

AnnotateTextResponse languageCode

languageSupported

languageSupported?: (boolean|null);

AnnotateTextResponse languageSupported

moderationCategories

moderationCategories?: (google.cloud.language.v2.IClassificationCategory[]|null);

AnnotateTextResponse moderationCategories

sentences

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

AnnotateTextResponse sentences