GoogleCloudAiplatformV1Transcription.fromJson constructor

GoogleCloudAiplatformV1Transcription.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1Transcription.fromJson(core.Map json_)
  : this(
      finished: json_['finished'] as core.bool?,
      text: json_['text'] as core.String?,
    );