C# 클래스 BuildIt.CognitiveServices.Models.DetectedLanguageV2

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

DetectedLanguageV2() 공개 메소드

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

DetectedLanguageV2() 공개 메소드

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.
리턴 System.Linq