GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig constructor

GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig({
  1. bool? audioTrackExtraction,
  2. bool? autoTruncate,
  3. bool? documentOcr,
  4. int? outputDimensionality,
  5. String? taskType,
  6. String? title,
})

Implementation

GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig({
  this.audioTrackExtraction,
  this.autoTruncate,
  this.documentOcr,
  this.outputDimensionality,
  this.taskType,
  this.title,
});