Builder

public abstract class Builder

Builder for Transcription.

Constructors

Link copied to clipboard
public void Transcription.Builder()

Functions

Link copied to clipboard
public abstract Transcription build()
Link copied to clipboard
@CanIgnoreReturnValue()
public Transcription.Builder clearFinished()
Clears the value of finished field.
Link copied to clipboard
@CanIgnoreReturnValue()
public Transcription.Builder clearText()
Clears the value of text field.
Link copied to clipboard
public abstract Transcription.Builder finished(boolean finished)
Setter for finished.
Link copied to clipboard
public abstract Transcription.Builder text(String text)
Setter for text.