Share via


RecognitionPart.TimestampMillis Property

Definition

Non-negative offset of the beginning of this part from the start of the recognition session in milliseconds if requested with RecognizerIntent#EXTRA_REQUEST_WORD_TIMING.

public long TimestampMillis { [Android.Runtime.Register("getTimestampMillis", "()J", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getTimestampMillis", "()J", "", ApiSince=34)>]
member this.TimestampMillis : int64

Property Value

Attributes

Remarks

Non-negative offset of the beginning of this part from the start of the recognition session in milliseconds if requested with RecognizerIntent#EXTRA_REQUEST_WORD_TIMING.

Otherwise, this should equal 0.

Java documentation for android.speech.RecognitionPart.getTimestampMillis().

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