Class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
Status of exporting annotation response to user specified output_uri.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p3beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p3beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus : 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 |