Cloud Video Intelligence V1p2beta1 API - Class Google::Cloud::VideoIntelligence::V1p2beta1::VideoAnnotationResults (v0.5.0)

Reference documentation and code samples for the Cloud Video Intelligence V1p2beta1 API class Google::Cloud::VideoIntelligence::V1p2beta1::VideoAnnotationResults.

Annotation results for a single video.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error

deferror()->::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

#error=

deferror=(value)->::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.
Returns
  • (::Google::Rpc::Status) — If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

#explicit_annotation

defexplicit_annotation()->::Google::Cloud::VideoIntelligence::V1p2beta1::ExplicitContentAnnotation

#explicit_annotation=

defexplicit_annotation=(value)->::Google::Cloud::VideoIntelligence::V1p2beta1::ExplicitContentAnnotation
Parameter

#frame_label_annotations

defframe_label_annotations()->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation>
Returns

#frame_label_annotations=

defframe_label_annotations=(value)->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation>
Parameter
Returns

#input_uri

definput_uri()->::String
Returns

#input_uri=

definput_uri=(value)->::String
Parameter
Returns

#object_annotations

defobject_annotations()->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingAnnotation>
Returns

#object_annotations=

defobject_annotations=(value)->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingAnnotation>
Parameter
Returns

#segment_label_annotations

defsegment_label_annotations()->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation>
Returns

#segment_label_annotations=

defsegment_label_annotations=(value)->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation>
Parameter
Returns

#shot_annotations

defshot_annotations()->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::VideoSegment>
Returns

#shot_annotations=

defshot_annotations=(value)->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::VideoSegment>
Parameter
Returns

#shot_label_annotations

defshot_label_annotations()->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation>
Returns

#shot_label_annotations=

defshot_label_annotations=(value)->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::LabelAnnotation>
Parameter
Returns

#text_annotations

deftext_annotations()->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::TextAnnotation>
Returns

#text_annotations=

deftext_annotations=(value)->::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::TextAnnotation>
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.