Class TranscriptionWord
-
- All Implemented Interfaces:
public final class TranscriptionWord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTranscriptionWord.BuilderA builder for TranscriptionWord.
-
Method Summary
Modifier and Type Method Description final Floatend()End time of the word in seconds. final Floatstart()Start time of the word in seconds. final Stringword()The text content of the word. final JsonField<Float>_end()Returns the raw JSON value of end. final JsonField<Float>_start()Returns the raw JSON value of start. final JsonField<String>_word()Returns the raw JSON value of word. final Map<String, JsonValue>_additionalProperties()final TranscriptionWord.BuildertoBuilder()final TranscriptionWordvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TranscriptionWord.Builderbuilder()Returns a mutable builder for constructing an instance of TranscriptionWord. -
-
Method Detail
-
_end
final JsonField<Float> _end()
Returns the raw JSON value of end.
Unlike end, this method doesn't throw if the JSON field has an unexpected type.
-
_start
final JsonField<Float> _start()
Returns the raw JSON value of start.
Unlike start, this method doesn't throw if the JSON field has an unexpected type.
-
_word
final JsonField<String> _word()
Returns the raw JSON value of word.
Unlike word, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TranscriptionWord.Builder toBuilder()
-
validate
final TranscriptionWord validate()
-
builder
final static TranscriptionWord.Builder builder()
Returns a mutable builder for constructing an instance of TranscriptionWord.
The following fields are required:
.end() .start() .word()
-
-
-
-