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

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

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

A list of string-type values.

Inheritance

object > StringArray

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

StringArray()

public StringArray()

StringArray(StringArray)

public StringArray(StringArray other)
Parameter
Name Description
other StringArray

Properties

TxtValues

public RepeatedField<string> TxtValues { get; }

String type values.

Property Value
Type Description
RepeatedFieldstring