Search Results for

    Show / Hide Table of Contents

    Class Alignment

    Inheritance
    object
    Alignment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.StringTranslations
    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
    Type Description
    int
    | Edit this page View Source

    Probability

    Declaration
    [JsonProperty("probability")]
    public float Probability { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    SourceLemma

    Declaration
    [JsonProperty("sourceLemma")]
    public string SourceLemma { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SourceWord

    Declaration
    [JsonProperty("sourceWord")]
    public string SourceWord { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TargetLemma

    Declaration
    [JsonProperty("targetLemma")]
    public string TargetLemma { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TargetWord

    Declaration
    [JsonProperty("targetWord")]
    public string TargetWord { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX