GoogleCloudVideointelligenceV1VideoContext class

Video context and/or feature-specific parameters.

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