İngilizce dilinde oku

Aracılığıyla paylaş


NamedLineBase Class

  • java.lang.Object
    • com.azure.media.videoanalyzer.edge.models.NamedLineBase

public class NamedLineBase

Base class for named lines.

Constructor Summary

Constructor Description
NamedLineBase(String name)

Creates an instance of NamedLineBase class.

Method Summary

Modifier and Type Method and Description
String getName()

Get the name property: Line name.

Methods inherited from java.lang.Object

Constructor Details

NamedLineBase

public NamedLineBase(String name)

Creates an instance of NamedLineBase class.

Parameters:

name - the name value to set.

Method Details

getName

public String getName()

Get the name property: Line name. Must be unique within the node.

Returns:

the name value.

Applies to

Azure SDK for Java

Legacy