Property | Type | Description |
---|
Method | Description | |
---|---|---|
MultiLanguageInputV2 ( ) : System.Linq |
Initializes a new instance of the MultiLanguageInputV2 class.
|
|
MultiLanguageInputV2 ( string language = default(string), string id = default(string), string text = default(string) ) : System.Linq |
Initializes a new instance of the MultiLanguageInputV2 class.
|
public MultiLanguageInputV2 ( ) : System.Linq | ||
return | System.Linq |
public MultiLanguageInputV2 ( string language = default(string), string id = default(string), string text = default(string) ) : System.Linq | ||
language | string | This is the 2 letter ISO 639-1 /// representation of a language. /// For example, use "en" for English; "es" for Spanish /// etc., |
id | string | Unique, non-empty document identifier. |
text | string | |
return | System.Linq |