Class Alignment
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Alignment
Properties
|
Edit this page
View Source
Match
Declaration
[JsonProperty("match")]
public int Match { get; set; }
Property Value
|
Edit this page
View Source
Probability
Declaration
[JsonProperty("probability")]
public float Probability { get; set; }
Property Value
|
Edit this page
View Source
SourceLemma
Declaration
[JsonProperty("sourceLemma")]
public string SourceLemma { get; set; }
Property Value
|
Edit this page
View Source
SourceWord
Declaration
[JsonProperty("sourceWord")]
public string SourceWord { get; set; }
Property Value
|
Edit this page
View Source
TargetLemma
Declaration
[JsonProperty("targetLemma")]
public string TargetLemma { get; set; }
Property Value
|
Edit this page
View Source
TargetWord
Declaration
[JsonProperty("targetWord")]
public string TargetWord { get; set; }
Property Value