GoogleCloudVideointelligenceV1VideoContext class
Video context and/or feature-specific parameters.
Constructors
-
GoogleCloudVideointelligenceV1VideoContext({GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig? explicitContentDetectionConfig, GoogleCloudVideointelligenceV1FaceDetectionConfig? faceDetectionConfig, GoogleCloudVideointelligenceV1LabelDetectionConfig? labelDetectionConfig, GoogleCloudVideointelligenceV1ObjectTrackingConfig? objectTrackingConfig, GoogleCloudVideointelligenceV1PersonDetectionConfig? personDetectionConfig, List<
GoogleCloudVideointelligenceV1VideoSegment> ? segments, GoogleCloudVideointelligenceV1ShotChangeDetectionConfig? shotChangeDetectionConfig, GoogleCloudVideointelligenceV1SpeechTranscriptionConfig? speechTranscriptionConfig, GoogleCloudVideointelligenceV1TextDetectionConfig? textDetectionConfig}) - GoogleCloudVideointelligenceV1VideoContext.fromJson(Map json_)
Properties
- explicitContentDetectionConfig ↔ GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig?
-
Config for EXPLICIT_CONTENT_DETECTION.
getter/setter pair
- faceDetectionConfig ↔ GoogleCloudVideointelligenceV1FaceDetectionConfig?
-
Config for FACE_DETECTION.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelDetectionConfig ↔ GoogleCloudVideointelligenceV1LabelDetectionConfig?
-
Config for LABEL_DETECTION.
getter/setter pair
- objectTrackingConfig ↔ GoogleCloudVideointelligenceV1ObjectTrackingConfig?
-
Config for OBJECT_TRACKING.
getter/setter pair
- personDetectionConfig ↔ GoogleCloudVideointelligenceV1PersonDetectionConfig?
-
Config for PERSON_DETECTION.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
segments
↔ List<
GoogleCloudVideointelligenceV1VideoSegment> ? -
Video segments to annotate.
getter/setter pair
- shotChangeDetectionConfig ↔ GoogleCloudVideointelligenceV1ShotChangeDetectionConfig?
-
Config for SHOT_CHANGE_DETECTION.
getter/setter pair
- speechTranscriptionConfig ↔ GoogleCloudVideointelligenceV1SpeechTranscriptionConfig?
-
Config for SPEECH_TRANSCRIPTION.
getter/setter pair
- textDetectionConfig ↔ GoogleCloudVideointelligenceV1TextDetectionConfig?
-
Config for TEXT_DETECTION.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited