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

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

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

Message for response to listing Analyses

Inheritance

object > ListAnalysesResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListAnalysesResponse()

public ListAnalysesResponse()

ListAnalysesResponse(ListAnalysesResponse)

public ListAnalysesResponse(ListAnalysesResponse other)
Parameter
Name Description
other ListAnalysesResponse

Properties

Analyses

public RepeatedField<Analysis> Analyses { get; }

The list of Analysis

Property Value
Type Description
RepeatedFieldAnalysis

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Analysis> GetEnumerator()

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

Returns
Type Description
IEnumeratorAnalysis