Class BatchPredictResult
Result of the Batch Predict. This message is returned in [response][google.longrunning.Operation.response] of the operation returned by the [PredictionService.BatchPredict][google.cloud.automl.v1.PredictionService.BatchPredict].
Inheritance
System.Object
BatchPredictResult
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class BatchPredictResult : IMessage<BatchPredictResult>, IEquatable<BatchPredictResult>, IDeepCloneable<BatchPredictResult>, IBufferMessage, IMessage
Constructors
BatchPredictResult()
Declaration
public BatchPredictResult()
BatchPredictResult(BatchPredictResult)
Declaration
public BatchPredictResult(BatchPredictResult other)
Parameters
Type | Name | Description |
---|---|---|
BatchPredictResult | other |
Properties
Metadata
Additional domain-specific prediction response metadata.
AutoML Vision Object Detection
max_bounding_box_count
: (int64) The maximum number of bounding boxes returned per image.
AutoML Video Intelligence Object Tracking
max_bounding_box_count
: (int64) The maximum number of bounding boxes returned per frame.
Declaration
public MapField<string, string> Metadata { get; }
Property Value
Type | Description |
---|---|
MapField<System.String, System.String> |