Update javadoc as instructed in b/184654824.

Bug: 184654824
Test: Javadoc

Change-Id: I6817f683f8945f26f8539645c8c92302f82e7348
This commit is contained in:
Christian Frank
2021-04-07 11:49:40 +02:00
parent 6df1a1d9d7
commit ee5a06f4ee

View File

@@ -120,7 +120,10 @@ public final class RecognitionRequest implements Parcelable {
return this;
}
/** Number of samples to drop from the start of the stream. */
/**
* Number of frames to drop from the start of the stream
* (if recording is PCM stereo, one frame is two samples).
**/
@NonNull
public Builder setIgnoreBeginningFrames(int ignoreBeginningFrames) {
mIgnoreBeginningFrames = ignoreBeginningFrames;