Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

Declaration
public LocationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Files

Gets the Files resource.

Declaration
public virtual ProjectsResource.LocationsResource.FilesResource Files { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.FilesResource

Images

Gets the Images resource.

Declaration
public virtual ProjectsResource.LocationsResource.ImagesResource Images { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ImagesResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.OperationsResource

Products

Gets the Products resource.

Declaration
public virtual ProjectsResource.LocationsResource.ProductsResource Products { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ProductsResource

ProductSets

Gets the ProductSets resource.

Declaration
public virtual ProjectsResource.LocationsResource.ProductSetsResource ProductSets { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ProductSetsResource
In This Article
Back to top