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

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

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

Message describing the Analysis object.

Inheritance

object > Analysis

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

Analysis()

public Analysis()

Analysis(Analysis)

public Analysis(Analysis other)
Parameter
Name Description
other Analysis

Properties

AnalysisDefinition

public AnalysisDefinition AnalysisDefinition { get; set; }

The definition of the analysis.

Property Value
Type Description
AnalysisDefinition

AnalysisName

public AnalysisName AnalysisName { get; set; }

AnalysisName-typed view over the Name resource name property.

Property Value
Type Description
AnalysisName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The create timestamp.

Property Value
Type Description
Timestamp

DisableEventWatch

public bool DisableEventWatch { get; set; }

Boolean flag to indicate whether you would like to disable the ability to automatically start a Process when new event happening in the input Stream. If you would like to start a Process manually, the field needs to be set to true.

Property Value
Type Description
bool

InputStreamsMapping

public MapField<string, string> InputStreamsMapping { get; }

Map from the input parameter in the definition to the real stream. E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].

Property Value
Type Description
MapFieldstringstring

Labels

public MapField<string, string> Labels { get; }

Labels as key value pairs.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

The name of resource.

Property Value
Type Description
string

OutputStreamsMapping

public MapField<string, string> OutputStreamsMapping { get; }

Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].

Property Value
Type Description
MapFieldstringstring

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The update timestamp.

Property Value
Type Description
Timestamp