Freshness Enum

  • java.lang.Object
    • java.lang.Enum<Freshness>
      • com.microsoft.azure.cognitiveservices.search.videosearch.models.Freshness

public enum Freshness

Defines values for Freshness.

Fields

DAY

Enum value Day.

MONTH

Enum value Month.

WEEK

Enum value Week.

Methods

fromString(String value)

public static Freshness fromString(String value)

Parses a serialized value to a Freshness instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed Freshness object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to