Class ConcordanceSearchRequest
Inheritance
System.Object
ConcordanceSearchRequest
Assembly: Crowdin.Api.dll
Syntax
public class ConcordanceSearchRequest : object
Properties
|
Improve this Doc
View Source
AutoSubstitution
Declaration
public bool AutoSubstitution { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Expression
Declaration
public string Expression { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MinRelevant
Declaration
public int MinRelevant { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SourceLanguageId
Declaration
public string SourceLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TargetLanguageId
Declaration
public string TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|