Vision AI v1 API - Class DateTimeRangeArray (1.0.0-beta01)

public sealed class DateTimeRangeArray : IMessage<DateTimeRangeArray>, IEquatable<DateTimeRangeArray>, IDeepCloneable<DateTimeRangeArray>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class DateTimeRangeArray.

A list of datetime range values.

Inheritance

object > DateTimeRangeArray

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

DateTimeRangeArray()

public DateTimeRangeArray()

DateTimeRangeArray(DateTimeRangeArray)

public DateTimeRangeArray(DateTimeRangeArray other)
Parameter
Name Description
other DateTimeRangeArray

Properties

DateTimeRanges

public RepeatedField<DateTimeRange> DateTimeRanges { get; }

Date time ranges.

Property Value
Type Description
RepeatedFieldDateTimeRange