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

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

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

A collection is a resource in a corpus. It serves as a container of references to original resources.

Inheritance

object > Collection

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

Collection()

public Collection()

Collection(Collection)

public Collection(Collection other)
Parameter
Name Description
other Collection

Properties

CollectionName

public CollectionName CollectionName { get; set; }

CollectionName-typed view over the Name resource name property.

Property Value
Type Description
CollectionName

Description

public string Description { get; set; }

Optional. Description of the collection. Can be up to 25000 characters long.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Optional. The collection name for displaying. The name can be up to 256 characters long.

Property Value
Type Description
string

Name

public string Name { get; set; }

Output only. Resource name of the collection. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}

Property Value
Type Description
string