Show / Hide Table of Contents

Class CloudAiLargeModelsVisionImage

Image.

Inheritance
object
CloudAiLargeModelsVisionImage
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class CloudAiLargeModelsVisionImage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Encoding

Image encoding, encoded as "image/png" or "image/jpg".

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

GenerationSeed

Generation seed for the sampled image. This parameter is exposed to the user only if one of the following is true: 1. The user specified per-example seeds in the request. 2. The user doesn't specify the generation seed in the request.

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

Image

Raw bytes.

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

ImageRaiScores

RAI scores for generated image.

Declaration
[JsonProperty("imageRaiScores")]
public virtual CloudAiLargeModelsVisionImageRAIScores ImageRaiScores { get; set; }
Property Value
Type Description
CloudAiLargeModelsVisionImageRAIScores

ImageSize

Image size. The size of the image. Can be self reported, or computed from the image bytes.

Declaration
[JsonProperty("imageSize")]
public virtual CloudAiLargeModelsVisionImageImageSize ImageSize { get; set; }
Property Value
Type Description
CloudAiLargeModelsVisionImageImageSize

RaiInfo

RAI info for image.

Declaration
[JsonProperty("raiInfo")]
public virtual CloudAiLargeModelsVisionRaiInfo RaiInfo { get; set; }
Property Value
Type Description
CloudAiLargeModelsVisionRaiInfo

SemanticFilterResponse

Semantic filter info for image.

Declaration
[JsonProperty("semanticFilterResponse")]
public virtual CloudAiLargeModelsVisionSemanticFilterResponse SemanticFilterResponse { get; set; }
Property Value
Type Description
CloudAiLargeModelsVisionSemanticFilterResponse

Text

Text/Expanded text input for imagen.

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

Uri

Path to another storage (typically Google Cloud Storage).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX