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.
Implements
IMessageDetectLanguageResponse, IEquatableDetectLanguageResponse, IDeepCloneableDetectLanguageResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.TranslateV3Assembly
Google.Cloud.Translate.V3.dll
Constructors
DetectLanguageResponse()
public DetectLanguageResponse()
DetectLanguageResponse(DetectLanguageResponse)
public DetectLanguageResponse(DetectLanguageResponse other)
Parameter | |
---|---|
Name | Description |
other | DetectLanguageResponse |
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 | |
---|---|
Type | Description |
RepeatedFieldDetectedLanguage |