Show / Hide Table of Contents

Class CloudAiLargeModelsVisionGenerateVideoRequestImage

The image bytes or Cloud Storage URI to make the prediction on.

Inheritance
object
CloudAiLargeModelsVisionGenerateVideoRequestImage
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 CloudAiLargeModelsVisionGenerateVideoRequestImage : IDirectResponseSchema

Properties

BlobId

Blob ID of the image. This is used for storing the large images in the request.

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

BytesBase64Encoded

Base64 encoded bytes string representing the image.

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

ETag

The ETag of the item.

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

GcsUri

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

MimeType

The MIME type of the content of the image. Only the images in below listed MIME types are supported. - image/jpeg - image/png

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX