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

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

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

Response message for running the processes in a batch.

Inheritance

object > BatchRunProcessResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

BatchRunProcessResponse()

public BatchRunProcessResponse()

BatchRunProcessResponse(BatchRunProcessResponse)

public BatchRunProcessResponse(BatchRunProcessResponse other)
Parameter
Name Description
other BatchRunProcessResponse

Properties

BatchId

public string BatchId { get; set; }

The batch ID.

Property Value
Type Description
string

Processes

public RepeatedField<Process> Processes { get; }

Processes created.

Property Value
Type Description
RepeatedFieldProcess