Vision AI v1 API - Class IngestAssetRequest.Types.TimeIndexedData (1.0.0-beta01)

public sealed class IngestAssetRequest.Types.TimeIndexedData : IMessage<IngestAssetRequest.Types.TimeIndexedData>, IEquatable<IngestAssetRequest.Types.TimeIndexedData>, IDeepCloneable<IngestAssetRequest.Types.TimeIndexedData>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class IngestAssetRequest.Types.TimeIndexedData.

Contains the data and the corresponding time range this data is for.

Inheritance

object > IngestAssetRequest.Types.TimeIndexedData

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

TimeIndexedData()

public TimeIndexedData()

TimeIndexedData(TimeIndexedData)

public TimeIndexedData(IngestAssetRequest.Types.TimeIndexedData other)
Parameter
Name Description
other IngestAssetRequestTypesTimeIndexedData

Properties

Data

public ByteString Data { get; set; }

Data to be ingested.

Property Value
Type Description
ByteString

TemporalPartition

public Partition.Types.TemporalPartition TemporalPartition { get; set; }

Time range of the data.

Property Value
Type Description
PartitionTypesTemporalPartition