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

public sealed class ViewIndexedAssetsResponse : IMessage<ViewIndexedAssetsResponse>, IEquatable<ViewIndexedAssetsResponse>, IDeepCloneable<ViewIndexedAssetsResponse>, IBufferMessage, IMessage, IPageResponse<IndexedAsset>, IEnumerable<IndexedAsset>, IEnumerable

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

Response message for ViewIndexedAssets.

Inheritance

object > ViewIndexedAssetsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ViewIndexedAssetsResponse()

public ViewIndexedAssetsResponse()

ViewIndexedAssetsResponse(ViewIndexedAssetsResponse)

public ViewIndexedAssetsResponse(ViewIndexedAssetsResponse other)
Parameter
Name Description
other ViewIndexedAssetsResponse

Properties

IndexedAssets

public RepeatedField<IndexedAsset> IndexedAssets { get; }

The assets from the specified index.

Property Value
Type Description
RepeatedFieldIndexedAsset

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<IndexedAsset> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorIndexedAsset