Google Cloud Translation v3 API - Class DetectLanguageResponse (3.5.0)

public sealed class DetectLanguageResponse : IMessage<DetectLanguageResponse>, IEquatable<DetectLanguageResponse>, IDeepCloneable<DetectLanguageResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class DetectLanguageResponse.

The response message for language detection.

Inheritance

object > DetectLanguageResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

DetectLanguageResponse()

public DetectLanguageResponse()

DetectLanguageResponse(DetectLanguageResponse)

public DetectLanguageResponse(DetectLanguageResponse other)
Parameter
NameDescription
otherDetectLanguageResponse

Properties

Languages

public RepeatedField<DetectedLanguage> Languages { get; }

The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.

Property Value
TypeDescription
RepeatedFieldDetectedLanguage