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.BatchDetectDominantLanguageItemResult

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

Syntax

C#
public class BatchDetectDominantLanguageItemResult

The BatchDetectDominantLanguageItemResult 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 Languages System.Collections.Generic.List<Amazon.Comprehend.Model.DominantLanguage>

Gets and sets the property Languages.

One or more DominantLanguage objects describing the dominant languages in the document.

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