Show / Hide Table of Contents

Class DetectionsResourceItems

An array of languages which we detect for the given text The most likely language list first.

Inheritance
object
DetectionsResourceItems
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Translate.v2.Data
Assembly: Google.Apis.Translate.v2.dll
Syntax
public class DetectionsResourceItems : IDirectResponseSchema

Properties

Confidence

The confidence of the detection result of this language.

Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsReliable

A boolean to indicate is the language detection result reliable.

Declaration
[JsonProperty("isReliable")]
public virtual bool? IsReliable { get; set; }
Property Value
Type Description
bool?

Language

The language we detected.

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX