ImageDetail Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A string indicating which domain-specific details to return.
public readonly struct ImageDetail : IEquatable<Azure.Search.Documents.Indexes.Models.ImageDetail>
type ImageDetail = struct
Public Structure ImageDetail
Implements IEquatable(Of ImageDetail)
- Inheritance
-
ImageDetail
- Implements
Constructors
ImageDetail(String) |
Initializes a new instance of ImageDetail. |
Properties
Celebrities |
Details recognized as celebrities. |
Landmarks |
Details recognized as landmarks. |
Methods
Equals(ImageDetail) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ImageDetail, ImageDetail) |
Determines if two ImageDetail values are the same. |
Implicit(String to ImageDetail) |
Converts a string to a ImageDetail. |
Inequality(ImageDetail, ImageDetail) |
Determines if two ImageDetail values are not the same. |
Applies to
Azure SDK for .NET