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.

This is the response object from the TranslateText operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Translate.Model.TranslateTextResponse

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

Syntax

C#
public class TranslateTextResponse : AmazonWebServiceResponse

The TranslateTextResponse type exposes the following members

Constructors

NameDescription
Public Method TranslateTextResponse()

Properties

NameTypeDescription
Public Property AppliedSettings Amazon.Translate.Model.TranslationSettings

Gets and sets the property AppliedSettings.

Optional settings that modify the translation output.

Public Property AppliedTerminologies System.Collections.Generic.List<Amazon.Translate.Model.AppliedTerminology>

Gets and sets the property AppliedTerminologies.

The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SourceLanguageCode System.String

Gets and sets the property SourceLanguageCode.

The language code for the language of the source text.

Public Property TargetLanguageCode System.String

Gets and sets the property TargetLanguageCode.

The language code for the language of the target text.

Public Property TranslatedText System.String

Gets and sets the property TranslatedText.

The translated text.

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