ClosedCaptionModeAdapter

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@CheckReturnValue
fun failOnUnknown(): JsonAdapter<TranscriptionSettingsRequest.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
@Nullable
fun fromJson(string: String?): TranscriptionSettingsRequest.ClosedCaptionMode?
@CheckReturnValue
@Nullable
fun fromJson(source: BufferedSource?): TranscriptionSettingsRequest.ClosedCaptionMode?
open override fun fromJson(reader: JsonReader): TranscriptionSettingsRequest.ClosedCaptionMode?
Link copied to clipboard
@CheckReturnValue
@Nullable
fun fromJsonValue(@Nullable value: Any?): TranscriptionSettingsRequest.ClosedCaptionMode?
Link copied to clipboard
@CheckReturnValue
open fun indent(indent: String?): JsonAdapter<TranscriptionSettingsRequest.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun lenient(): JsonAdapter<TranscriptionSettingsRequest.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun nonNull(): JsonAdapter<TranscriptionSettingsRequest.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun nullSafe(): JsonAdapter<TranscriptionSettingsRequest.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun serializeNulls(): JsonAdapter<TranscriptionSettingsRequest.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun toJson(@Nullable value: TranscriptionSettingsRequest.ClosedCaptionMode?): String?
fun toJson(sink: BufferedSink?, @Nullable value: TranscriptionSettingsRequest.ClosedCaptionMode?)
open override fun toJson(writer: JsonWriter, value: TranscriptionSettingsRequest.ClosedCaptionMode?)
Link copied to clipboard
@CheckReturnValue
@Nullable
fun toJsonValue(@Nullable value: TranscriptionSettingsRequest.ClosedCaptionMode?): Any?