google_api_video_intelligence v0.23.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
) - Google Cloud Storage(GCS) 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'.error
(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.