public sealed class AnalyzerDefinition.Types.DebugOptions : IMessage<AnalyzerDefinition.Types.DebugOptions>, IEquatable<AnalyzerDefinition.Types.DebugOptions>, IDeepCloneable<AnalyzerDefinition.Types.DebugOptions>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AnalyzerDefinition.Types.DebugOptions.
Options available for debugging purposes only.
Implements
IMessageAnalyzerDefinitionTypesDebugOptions, IEquatableAnalyzerDefinitionTypesDebugOptions, IDeepCloneableAnalyzerDefinitionTypesDebugOptions, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
DebugOptions()
public DebugOptions()DebugOptions(DebugOptions)
public DebugOptions(AnalyzerDefinition.Types.DebugOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
AnalyzerDefinitionTypesDebugOptions |
Properties
EnvironmentVariables
public MapField<string, string> EnvironmentVariables { get; }Environment variables.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|