GoogleCloudVideointelligenceV1VideoContext class
Video context and/or feature-specific parameters.
Constructors
Properties
- explicitContentDetectionConfig ↔ GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig
-
Config for EXPLICIT_CONTENT_DETECTION.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- labelDetectionConfig ↔ GoogleCloudVideointelligenceV1LabelDetectionConfig
-
Config for LABEL_DETECTION.
read / write
- objectTrackingConfig ↔ GoogleCloudVideointelligenceV1ObjectTrackingConfig
-
Config for OBJECT_TRACKING.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
segments
↔ List<
GoogleCloudVideointelligenceV1VideoSegment> -
Video segments to annotate. The segments may overlap and are not required
to be contiguous or span the whole video. If unspecified, each video is
treated as a single segment.
read / write
- shotChangeDetectionConfig ↔ GoogleCloudVideointelligenceV1ShotChangeDetectionConfig
-
Config for SHOT_CHANGE_DETECTION.
read / write
- speechTranscriptionConfig ↔ GoogleCloudVideointelligenceV1SpeechTranscriptionConfig
-
Config for SPEECH_TRANSCRIPTION.
read / write
- textDetectionConfig ↔ GoogleCloudVideointelligenceV1TextDetectionConfig
-
Config for TEXT_DETECTION.
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