google_api_video_intelligence v0.13.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse View Source
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.
Attributes
annotationResults
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults.t
, default:nil
) - Streaming annotation results.annotationResultsUri
(type:String.t
, default:nil
) - GCS URI that stores annotation results of one streaming session. It is a directory that can hold multiple files in JSON format. Example uri format: gs://bucket_id/object_id/cloud_project_name-session_iderror
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleRpc_Status.t
, default:nil
) - If set, returns a google.rpc.Status message that specifies the error for the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse{ annotationResults: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults.t(), annotationResultsUri: String.t(), error: GoogleApi.VideoIntelligence.V1.Model.GoogleRpc_Status.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.