Search Results for

    Show / Hide Table of Contents

    Class TmConcordanceResultResource

    Inheritance
    object
    TmConcordanceResultResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.TranslationMemory
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class TmConcordanceResultResource

    Properties

    | Edit this page View Source

    RecordId

    Declaration
    [JsonProperty("recordId")]
    public long RecordId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Relevant

    Declaration
    [JsonProperty("relevant")]
    public int Relevant { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Source

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

    Substituted

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

    Target

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

    Tm

    Declaration
    [JsonProperty("tm")]
    public TranslationMemory Tm { get; set; }
    Property Value
    Type Description
    TranslationMemory
    | Edit this page View Source

    UpdatedAt

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