AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

Inheritance Hierarchy

System.Object
  Amazon.Comprehend.Model.BatchDetectSentimentItemResult

Namespace: Amazon.Comprehend.Model
Assembly: AWSSDK.Comprehend.dll
Version: 3.x.y.z

Syntax

C#
public class BatchDetectSentimentItemResult

The BatchDetectSentimentItemResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Index System.Int32

Gets and sets the property Index.

The zero-based index of the document in the input list.

Public Property Sentiment Amazon.Comprehend.SentimentType

Gets and sets the property Sentiment.

The sentiment detected in the document.

Public Property SentimentScore Amazon.Comprehend.Model.SentimentScore

Gets and sets the property SentimentScore.

The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5