Cloud AI Platform v1beta1 API - Class GenerateVideoResponse (1.0.0-beta02)

public sealed class GenerateVideoResponse : IMessage<GenerateVideoResponse>, IEquatable<GenerateVideoResponse>, IDeepCloneable<GenerateVideoResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GenerateVideoResponse.

Generate video response.

Inheritance

object > GenerateVideoResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

GenerateVideoResponse()

public GenerateVideoResponse()

GenerateVideoResponse(GenerateVideoResponse)

public GenerateVideoResponse(GenerateVideoResponse other)
Parameter
Name Description
other GenerateVideoResponse

Properties

GeneratedSamples

public RepeatedField<string> GeneratedSamples { get; }

The cloud storage uris of the generated videos.

Property Value
Type Description
RepeatedFieldstring

HasRaiMediaFilteredCount

public bool HasRaiMediaFilteredCount { get; }

Gets whether the "rai_media_filtered_count" field is set

Property Value
Type Description
bool

RaiMediaFilteredCount

public int RaiMediaFilteredCount { get; set; }

Returns if any videos were filtered due to RAI policies.

Property Value
Type Description
int

RaiMediaFilteredReasons

public RepeatedField<string> RaiMediaFilteredReasons { get; }

Returns rai failure reasons if any.

Property Value
Type Description
RepeatedFieldstring