Language

TranslationResponseValue.Builder.SetTransliteration Method

Definition

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.

Java documentation for android.view.translation.TranslationResponseValue.Builder.setTransliteration(java.lang.CharSequence).

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.

Java documentation for android.view.translation.TranslationResponseValue.Builder.setTransliteration(java.lang.CharSequence).

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