Final Exam Flashcards

(15 cards)

1
Q

Azure Al Vision

A

Tools for processing, analyzing, and interpreting visual content (images & video)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Facial Detection and Analysis

A

can be used to detect and verify faces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Optical Character Recognition (OCR)

A

extracts text from images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Al Video Indexer

A

provides video analysis including speech-to-text transcription and tone assessment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Spatial Analysis

A

detects presence and movement of people in real-time video

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure Al Document Intelligence

A

Services that allow us to understand, analyze, and extract meaningful data from documents.
Documents include: PDFs, Images, emails, scanned texts, etc.
-More than just OCR
-Financial services & Legal models
-Invoice Extraction
- Bank Statement
- Credit card & Check reading
-Personal Identification
-Tabular data extraction
-Keyword extraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure Al Search

A

Enables Al systems to quickly & efficiently search for relevant data.
-Often used for RAG systems.
-Typically employes “Embeddings” to convert data to something AI inherently understands.
-Full text & vector search.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Azure Al Language

A

Enables Natural Language processing, Speech to Text, and Text to Speech capabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Speech Recognition:

A

The Al “Listens”
Audio to Text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Speech Synthesis:

A

The Al “Talks”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure OpenAl Service

A

Azure OpenAl Service allows you to consume OpenAI LLM models from your Azure account.
APIs for popular foundation models, such as:
GPT-5 Series models
GPT-4 Series
GPT-oss-120b,20b
Sora 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Consuming Azure Al Services

A

Azure provides three ways to consume their Al services: • Web GUIs (such as Microsoft Foundry) • SDKs • REST API endpoints. We’ll mostly use SDKs and REST API endpoints in this class to integrate these services into code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Best for Visual Configuration and Testing

A

Use the graphical interface for a point-and-click experience to provision services, test models in playgrounds, and monitor performance without writing code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The Preferred Choice for Streamlined Development

A

Leverage language-specific libraries (Python, NET, Java, Node.js) that abstract complex HTTP requests into simple, predefined classes and methods.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Maximum Flexibility and Language Independence

A

Use standard HTTP methods (GET, POST) and JSON responses to integrate Al into any application or script that can make web requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly