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.

Container for the parameters to the BatchDetectSyntax operation. Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them. For more information, see Syntax in the Comprehend Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Comprehend.AmazonComprehendRequest
      Amazon.Comprehend.Model.BatchDetectSyntaxRequest

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

Syntax

C#
public class BatchDetectSyntaxRequest : AmazonComprehendRequest
         IAmazonWebServiceRequest

The BatchDetectSyntaxRequest type exposes the following members

Constructors

NameDescription
Public Method BatchDetectSyntaxRequest()

Properties

NameTypeDescription
Public Property LanguageCode Amazon.Comprehend.SyntaxLanguageCode

Gets and sets the property LanguageCode.

The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). All documents must be in the same language.

Public Property TextList System.Collections.Generic.List<System.String>

Gets and sets the property TextList.

A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size for each document is 5 KB.

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