Google Cloud Vision v1 API - Class WebDetection.Types.WebImage (3.5.0)

public sealed class WebDetection.Types.WebImage : IMessage<WebDetection.Types.WebImage>, IEquatable<WebDetection.Types.WebImage>, IDeepCloneable<WebDetection.Types.WebImage>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetection.Types.WebImage.

Metadata for online images.

Inheritance

object > WebDetection.Types.WebImage

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebImage()

public WebImage()

WebImage(WebImage)

public WebImage(WebDetection.Types.WebImage other)
Parameter
NameDescription
otherWebDetectionTypesWebImage

Properties

Score

public float Score { get; set; }

(Deprecated) Overall relevancy score for the image.

Property Value
TypeDescription
float

Url

public string Url { get; set; }

The result image URL.

Property Value
TypeDescription
string