C# Class BuildIt.CognitiveServices.Models.DetectedLanguageV2

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
DetectedLanguageV2 ( ) : System.Linq

Initializes a new instance of the DetectedLanguageV2 class.

DetectedLanguageV2 ( string name = default(string), string iso6391Name = default(string), double score = default(double?) ) : System.Linq

Initializes a new instance of the DetectedLanguageV2 class.

Method Details

DetectedLanguageV2() public method

Initializes a new instance of the DetectedLanguageV2 class.
public DetectedLanguageV2 ( ) : System.Linq
return System.Linq

DetectedLanguageV2() public method

Initializes a new instance of the DetectedLanguageV2 class.
public DetectedLanguageV2 ( string name = default(string), string iso6391Name = default(string), double score = default(double?) ) : System.Linq
name string Long name of a detected language (e.g. English, /// French).
iso6391Name string A two letter representation of the /// detected language according to the ISO 639-1 standard (e.g. en, /// fr).
score double A confidence score between 0 and 1. Scores /// close to 1 indicate 100% certainty that the identified language /// is true.
return System.Linq