Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1VideoContext

Video context and/or feature-specific parameters.

Inheritance
object
GoogleCloudVideointelligenceV1VideoContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1.dll
Syntax
public class GoogleCloudVideointelligenceV1VideoContext : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExplicitContentDetectionConfig

Config for EXPLICIT_CONTENT_DETECTION.

Declaration
[JsonProperty("explicitContentDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig ExplicitContentDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig

FaceDetectionConfig

Config for FACE_DETECTION.

Declaration
[JsonProperty("faceDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1FaceDetectionConfig FaceDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1FaceDetectionConfig

LabelDetectionConfig

Config for LABEL_DETECTION.

Declaration
[JsonProperty("labelDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1LabelDetectionConfig LabelDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1LabelDetectionConfig

ObjectTrackingConfig

Config for OBJECT_TRACKING.

Declaration
[JsonProperty("objectTrackingConfig")]
public virtual GoogleCloudVideointelligenceV1ObjectTrackingConfig ObjectTrackingConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1ObjectTrackingConfig

PersonDetectionConfig

Config for PERSON_DETECTION.

Declaration
[JsonProperty("personDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1PersonDetectionConfig PersonDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1PersonDetectionConfig

Segments

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.

Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudVideointelligenceV1VideoSegment> Segments { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1VideoSegment>

ShotChangeDetectionConfig

Config for SHOT_CHANGE_DETECTION.

Declaration
[JsonProperty("shotChangeDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1ShotChangeDetectionConfig ShotChangeDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1ShotChangeDetectionConfig

SpeechTranscriptionConfig

Config for SPEECH_TRANSCRIPTION.

Declaration
[JsonProperty("speechTranscriptionConfig")]
public virtual GoogleCloudVideointelligenceV1SpeechTranscriptionConfig SpeechTranscriptionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1SpeechTranscriptionConfig

TextDetectionConfig

Config for TEXT_DETECTION.

Declaration
[JsonProperty("textDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1TextDetectionConfig TextDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1TextDetectionConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX