GoogleCloudAiplatformV1VideoResponseFormat constructor

GoogleCloudAiplatformV1VideoResponseFormat({
  1. String? aspectRatio,
  2. String? delivery,
  3. String? duration,
  4. String? gcsUri,
  5. String? resolution,
})

Implementation

GoogleCloudAiplatformV1VideoResponseFormat({
  this.aspectRatio,
  this.delivery,
  this.duration,
  this.gcsUri,
  this.resolution,
});