Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus

Status of exporting annotation response to user specified output_uri.

Inheritance
object
GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
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.CloudVideoIntelligence.v1p3beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p3beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

State

Output only. State of the output_uri export.

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

Status

Output only. Only set if state is FAILED.

Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type Description
GoogleRpcStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX