public sealed class AnnotateTextResponse : IMessage<AnnotateTextResponse>, IEquatable<AnnotateTextResponse>, IDeepCloneable<AnnotateTextResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnnotateTextResponse.
The text annotations response message.
Implements
IMessageAnnotateTextResponse, IEquatableAnnotateTextResponse, IDeepCloneableAnnotateTextResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V1Assembly
Google.Cloud.Language.V1.dll
Constructors
AnnotateTextResponse()
public AnnotateTextResponse()
AnnotateTextResponse(AnnotateTextResponse)
public AnnotateTextResponse(AnnotateTextResponse other)
Parameter | |
---|---|
Name | Description |
other | AnnotateTextResponse |
Properties
Categories
public RepeatedField<ClassificationCategory> Categories { get; }
Categories identified in the input document.
Property Value | |
---|---|
Type | Description |
RepeatedFieldClassificationCategory |
DocumentSentiment
public Sentiment DocumentSentiment { get; set; }
The overall sentiment for the document. Populated if the user enables [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment].
Property Value | |
---|---|
Type | Description |
Sentiment |
Entities
public RepeatedField<Entity> Entities { get; }
Entities, along with their semantic information, in the input document. Populated if the user enables [AnnotateTextRequest.Features.extract_entities][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entities].
Property Value | |
---|---|
Type | Description |
RepeatedFieldEntity |
Language
public string Language { get; set; }
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See [Document.language][google.cloud.language.v1.Document.language] field for more details.
Property Value | |
---|---|
Type | Description |
string |
ModerationCategories
public RepeatedField<ClassificationCategory> ModerationCategories { get; }
Harmful and sensitive categories identified in the input document.
Property Value | |
---|---|
Type | Description |
RepeatedFieldClassificationCategory |
Sentences
public RepeatedField<Sentence> Sentences { get; }
Sentences in the input document. Populated if the user enables [AnnotateTextRequest.Features.extract_syntax][google.cloud.language.v1.AnnotateTextRequest.Features.extract_syntax].
Property Value | |
---|---|
Type | Description |
RepeatedFieldSentence |
Tokens
public RepeatedField<Token> Tokens { get; }
Tokens, along with their syntactic information, in the input document. Populated if the user enables [AnnotateTextRequest.Features.extract_syntax][google.cloud.language.v1.AnnotateTextRequest.Features.extract_syntax].
Property Value | |
---|---|
Type | Description |
RepeatedFieldToken |