Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig

Configurations for the EmbedContent API.

Inheritance
object
GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig : IDirectResponseSchema

Properties

AudioTrackExtraction

Optional. Whether to extract audio from video content.

Declaration
[JsonProperty("audioTrackExtraction")]
public virtual bool? AudioTrackExtraction { get; set; }
Property Value
Type Description
bool?

AutoTruncate

Optional. Whether to silently truncate the input content if it's longer than the maximum sequence length. Only applicable to text-only embedding models.

Declaration
[JsonProperty("autoTruncate")]
public virtual bool? AutoTruncate { get; set; }
Property Value
Type Description
bool?

DocumentOcr

Optional. Whether to enable OCR for document content.

Declaration
[JsonProperty("documentOcr")]
public virtual bool? DocumentOcr { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OutputDimensionality

Optional. Reduced dimension for the output embedding. If set, excessive values in the output embedding are truncated from the end.

Declaration
[JsonProperty("outputDimensionality")]
public virtual int? OutputDimensionality { get; set; }
Property Value
Type Description
int?

TaskType

Optional. The task type of the embedding. Only applicable to text-only embedding models.

Declaration
[JsonProperty("taskType")]
public virtual string TaskType { get; set; }
Property Value
Type Description
string

Title

Optional. The title for the text. Only applicable to text-only embedding models.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX