Share via


RecognitionPart.Builder(String) Constructor

Definition

Creates a new Builder.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)]
public Builder (string rawText);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Speech.RecognitionPart.Builder : string -> Android.Speech.RecognitionPart.Builder

Parameters

rawText
String

The non-null raw text version of the recognized part of the result.

Attributes

Remarks

Creates a new Builder.

Java documentation for android.speech.RecognitionPart.Builder.RecognitionPart$Builder(java.lang.String).

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