Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1beta2VideoContext

Video context and/or feature-specific parameters.

Inheritance
object
GoogleCloudVideointelligenceV1beta2VideoContext
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.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1beta2VideoContext : 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 GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig ExplicitContentDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1beta2ExplicitContentDetectionConfig

FaceDetectionConfig

Config for FACE_DETECTION.

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

LabelDetectionConfig

Config for LABEL_DETECTION.

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

ObjectTrackingConfig

Config for OBJECT_TRACKING.

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

PersonDetectionConfig

Config for PERSON_DETECTION.

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

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<GoogleCloudVideointelligenceV1beta2VideoSegment> Segments { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1beta2VideoSegment>

ShotChangeDetectionConfig

Config for SHOT_CHANGE_DETECTION.

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

SpeechTranscriptionConfig

Config for SPEECH_TRANSCRIPTION.

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

TextDetectionConfig

Config for TEXT_DETECTION.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX