Class Alignment
Inheritance
System.Object
Alignment
Assembly: Crowdin.Api.dll
Syntax
public class Alignment : object
Properties
|
Improve this Doc
View Source
Match
Declaration
public int Match { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Probability
Declaration
public float Probability { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SourceLemma
Declaration
public string SourceLemma { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SourceWord
Declaration
public string SourceWord { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetLemma
Declaration
public string TargetLemma { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetWord
Declaration
public string TargetWord { get; set; }
Property Value
Type |
Description |
System.String |
|