TranslationResponseValue.Builder.SetTransliteration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetTransliteration(ICharSequence) |
Sets the transliteration result of the translated text. |
| SetTransliteration(String) |
Sets the transliteration result of the translated text. |
SetTransliteration(ICharSequence)
Sets the transliteration result of the translated text.
[Android.Runtime.Register("setTransliteration", "(Ljava/lang/CharSequence;)Landroid/view/translation/TranslationResponseValue$Builder;", "", ApiSince=31)]
public Android.Views.Translation.TranslationResponseValue.Builder SetTransliteration(Java.Lang.ICharSequence value);
[<Android.Runtime.Register("setTransliteration", "(Ljava/lang/CharSequence;)Landroid/view/translation/TranslationResponseValue$Builder;", "", ApiSince=31)>]
member this.SetTransliteration : Java.Lang.ICharSequence -> Android.Views.Translation.TranslationResponseValue.Builder
Parameters
- value
- ICharSequence
The transliteration result of the translated text.
Returns
This builder instance.
- Attributes
Remarks
The transliteration result of the translated text.
The value represents the transliteration of the translated text.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
SetTransliteration(String)
Sets the transliteration result of the translated text.
public Android.Views.Translation.TranslationResponseValue.Builder SetTransliteration(string value);
member this.SetTransliteration : string -> Android.Views.Translation.TranslationResponseValue.Builder
Parameters
- value
- String
The transliteration result of the translated text.
Returns
This builder instance.
Remarks
The transliteration result of the translated text.
The value represents the transliteration of the translated text.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.