Sdílet prostřednictvím


ImageTagsModule Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.imagesearch.models.ImageTagsModule

public class ImageTagsModule

Defines the characteristics of content found in an image.

Method Summary

Modifier and Type Method and Description
List<InsightsTag> value()

Get the value value.

ImageTagsModule withValue(List<InsightsTag> value)

Set the value value.

Method Details

value

public List value()

Get the value value.

Returns:

the value value

withValue

public ImageTagsModule withValue(List value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the ImageTagsModule object itself.

Applies to