GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults class
Annotation results for a single video.
Constructors
Properties
- error ↔ GoogleRpcStatus
-
If set, indicates an error. Note that for a single
AnnotateVideoRequest
some videos may succeed and some may fail.read / write - explicitAnnotation ↔ GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
-
Explicit content annotation.
read / write
-
frameLabelAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1LabelAnnotation> -
Label annotations on frame level. There is exactly one element for each
unique label.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- inputUri ↔ String
-
Video file location in Cloud Storage.
read / write
-
logoRecognitionAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation> -
Annotations for list of logos detected, tracked and recognized in video.
read / write
-
objectAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation> -
Annotations for list of objects detected and tracked in video.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- segment ↔ GoogleCloudVideointelligenceV1p2beta1VideoSegment
-
Video segment on which the annotation is run.
read / write
-
segmentLabelAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1LabelAnnotation> -
Topical label annotations on video level or user-specified segment level.
There is exactly one element for each unique label.
read / write
-
segmentPresenceLabelAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1LabelAnnotation> -
Presence label annotations on video level or user-specified segment level.
There is exactly one element for each unique label. Compared to the
existing topical
segment_label_annotations
, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client setsLabelDetectionConfig.model
to "builtin/latest" in the request.read / write -
shotAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1VideoSegment> -
Shot annotations. Each shot is represented as a video segment.
read / write
-
shotLabelAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1LabelAnnotation> -
Topical label annotations on shot level. There is exactly one element for
each unique label.
read / write
-
shotPresenceLabelAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1LabelAnnotation> -
Presence label annotations on shot level. There is exactly one element for
each unique label. Compared to the existing topical
shot_label_annotations
, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client setsLabelDetectionConfig.model
to "builtin/latest" in the request.read / write -
speechTranscriptions
↔ List<
GoogleCloudVideointelligenceV1p2beta1SpeechTranscription> -
Speech transcription.
read / write
-
textAnnotations
↔ List<
GoogleCloudVideointelligenceV1p2beta1TextAnnotation> -
OCR text detection and tracking. Annotations for list of detected text
snippets. Each will have list of frame information associated with it.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited