Class GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse
StreamingAnnotateVideoResponse
is the only message returned to the client by StreamingAnnotateVideo
. A
series of zero or more StreamingAnnotateVideoResponse
messages are streamed back to the client.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1StreamingAnnotateVideoResponse : IDirectResponseSchema
Properties
AnnotationResults
Streaming annotation results.
Declaration
[JsonProperty("annotationResults")]
public virtual GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults AnnotationResults { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults |
AnnotationResultsUri
Google Cloud Storage URI that stores annotation results of one streaming session in JSON format. It is the annotation_result_storage_directory from the request followed by '/cloud_project_number-session_id'.
Declaration
[JsonProperty("annotationResultsUri")]
public virtual string AnnotationResultsUri { 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 |
Error
If set, returns a google.rpc.Status message that specifies the error for the operation.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |